mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/gtorrentviewer: Replaced backtick cmdsub.
Signed-off-by: B. Watson <urchlay@slackware.uk> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
133fb57380
commit
2c8b99909b
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ find -L . -perm /111 -a \! -perm 755 -a -exec chmod 755 {} + -o \
|
|||
# with "patch -p1". The curl-types, desktop, and dso-linking patches aren't
|
||||
# needed because their issues are fixed by code in this script.
|
||||
# The manpage patch is a grammar fix, done by me.
|
||||
for i in `cat $CWD/patches/series`; do
|
||||
for i in $( cat $CWD/patches/series ); do
|
||||
echo "=== applying $i"
|
||||
patch -p1 < $CWD/patches/$i
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue