Skip to content

Commit

Permalink
{} around variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenhael-le-moine committed Apr 1, 2015
1 parent 52b1971 commit 758a217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion d/rust/rust.SlackBuild
Expand Up @@ -31,7 +31,7 @@ tar xvf $CWD/rust-${VERSION}-x86_64-unknown-linux-gnu.tar.gz
cd rust-nightly-x86_64-unknown-linux-gnu
./install.sh --prefix=$PKG/usr

echo "${ARCH}" | grep -q -o 64 && mv $PKG/usr/lib $PKG/usr/lib64
#echo "${ARCH}" | grep -q -o 64 && mv $PKG/usr/lib $PKG/usr/lib64
mv $PKG/usr/share/man $PKG/usr/
find $PKG/usr/man/ -type f -name \*.\? -exec gzip -9 {} \;

Expand Down
2 changes: 1 addition & 1 deletion e/emacs/emacs.SlackBuild
Expand Up @@ -234,4 +234,4 @@ Categories=Application;Development;
EOF

cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$EMACS_VERSION_$VERSION-$ARCH-$BUILD$TAG.txz
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-${EMACS_VERSION}_$VERSION-$ARCH-$BUILD$TAG.txz

0 comments on commit 758a217

Please sign in to comment.