summaryrefslogtreecommitdiff
path: root/sync.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sync.sh')
-rwxr-xr-xsync.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sync.sh b/sync.sh
index 494ca8d..08639bf 100755
--- a/sync.sh
+++ b/sync.sh
@@ -105,7 +105,7 @@ do
cd $dir
if ! signify -C -x .signature &> /dev/null
then
- sudo -u pkgmk fakeroot pkgmk -cs 2>&1 | \
+ sudo -u pkgmk fakeroot pkgmk -d -cs 2>&1 | \
grep -v '^=======> Signature ok\.$'
fi
)"