index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | scripts/makepkg | 2 |
diff --git a/scripts/makepkg b/scripts/makepkg index d61335df..124f8d71 100755 --- a/scripts/makepkg +++ b/scripts/makepkg @@ -346,7 +346,7 @@ usage() { echo " -p <buildscript> Use an alternate build script (instead of '$BUILDSCRIPT')" echo " -r, --rmdeps Remove installed dependencies after a successful build" # fix flyspray feature request #2978 - echo " -R, --repackage Repackage contents of <startdir>/pkg without building" + echo " -R, --repackage Repackage contents of pkg/ without building" echo " -s, --syncdeps Install missing dependencies with pacman" echo " -S, --sudosync Install missing dependencies with pacman and sudo" echo |