mirror of
https://codeberg.org/gwh/slackbuilds.git
synced 2024-11-16 19:51:19 +01:00
fix escaping $ -.-
This commit is contained in:
parent
a7de7fe2e9
commit
85abcdc2ce
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ cp -R $REPOSITORY $TMP/$PRGNAM-$VERSION
|
|||
mkdir -p $PKG/install
|
||||
cat <<EOF > $PKG/install/doinst.sh
|
||||
cd /usr/info
|
||||
for file in $(ls *.gz | grep -v ".*\-[0-9]\+\.gz")
|
||||
for file in \$(ls *.gz | grep -v ".*\-[0-9]\+\.gz")
|
||||
do
|
||||
install-info \$file ./dir
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue