Forget the patches applied in force mode

This commit is contained in:
Pierre Pronchery 2015-05-28 21:01:11 +02:00
parent 8e6c363ff8
commit 808e99fc02

View File

@ -229,7 +229,7 @@ _package_debian()
{
pkgname=$(echo "$DEBIAN_PREFIX$PACKAGE" | $TR A-Z a-z)
([ $FORCE -eq 0 ] || $DEBUG $RM -r -- "debian") || return 2
([ $FORCE -eq 0 ] || $DEBUG $RM -r -- ".pc" "debian") || return 2
#check for changes
_info "Checking for changes..."