diff options
-rwxr-xr-x | librepatch | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -58,7 +58,7 @@ for package in $@; do [[ -z ${pkgbase} ]] && pkgbase=${pkgname} # Generate a diff file, no -r since we don't want to patch src/ nor pkg/ - diff -au ./${package} ./${package}-libre >> $PATCHDIR/${pkgbase}-${pkgver}-${pkgrel}.patch + diff -auN ./${package} ./${package}-libre >> $PATCHDIR/${pkgbase}-${pkgver}-${pkgrel}.patch done |