Forget the patches applied in force mode
This commit is contained in:
parent
8e6c363ff8
commit
808e99fc02
|
@ -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..."
|
||||
|
|
Loading…
Reference in New Issue
Block a user