diff options
-rwxr-xr-x | commitpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -42,7 +42,7 @@ if [ -r ~/.makepkg.conf ]; then . ~/.makepkg.conf fi -cmd=$(basename "$0") +cmd=${0##*/} if [ ! -f PKGBUILD ]; then abort 'No PKGBUILD file' |
index : archlinux32/devtools32 | ||
Fork of devtools from archlinux.org with small modifications to compile i486 and i686 from our repositories |
summaryrefslogtreecommitdiff |
-rwxr-xr-x | commitpkg | 2 |
@@ -42,7 +42,7 @@ if [ -r ~/.makepkg.conf ]; then . ~/.makepkg.conf fi -cmd=$(basename "$0") +cmd=${0##*/} if [ ! -f PKGBUILD ]; then abort 'No PKGBUILD file' |