mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/xl2tpd: 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
fcc82a7ab5
commit
e854f88de3
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ cat examples/ppp-options.xl2tpd > $PKG/etc/ppp/options.xl2tpd.new
|
|||
cat examples/chapsecrets.sample > $PKG/etc/ppp/chap-secrets.new
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
DOCFILES=`ls --color=never examples/xl2tpd-L2TP*`;
|
||||
DOCFILES=$( ls --color=never examples/xl2tpd-L2TP* );
|
||||
if [ "$?" = "0" ]; then
|
||||
mkdir $PKG/usr/doc/$PRGNAM-$VERSION/examples
|
||||
for doc_file in $DOCFILES; do
|
||||
|
|
Loading…
Reference in a new issue