diff options
Diffstat (limited to 'source/ap/neofetch/neofetch.SlackBuild')
-rwxr-xr-x | source/ap/neofetch/neofetch.SlackBuild | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/source/ap/neofetch/neofetch.SlackBuild b/source/ap/neofetch/neofetch.SlackBuild index 47d24064..6bd5c700 100755 --- a/source/ap/neofetch/neofetch.SlackBuild +++ b/source/ap/neofetch/neofetch.SlackBuild @@ -40,7 +40,7 @@ fi # the name of the created package would be, and then exit. This information # could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then - echo "$PKGNAM-$VERSION-$ARCH-$BUILD.txz" + echo "$PKGNAM-$VERSION-noarch-$BUILD.txz" exit 0 fi @@ -105,5 +105,4 @@ mkdir -p $PKG/install cat $CWD/slack-desc > $PKG/install/slack-desc cd $PKG -/sbin/makepkg -l y -c n $TMP/${PKGNAM}-$VERSION-$ARCH-$BUILD.txz - +/sbin/makepkg -l y -c n $TMP/${PKGNAM}-$VERSION-noarch-$BUILD.txz |