mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
desktop/fvwm95: 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
1be3ca95b2
commit
9be0b3c69a
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ mv $PKG/usr/man/man1/xpmroot.1 $PKG/usr/man/man1/xpmroot95.1
|
|||
|
||||
# rename manpages
|
||||
for m in $PKG/usr/man/man1/Fvwm* ; do
|
||||
mv $m `echo $m | sed -r 's/Fvwm/Fvwm95/'`
|
||||
mv $m $( echo $m | sed -r 's/Fvwm/Fvwm95/' )
|
||||
done
|
||||
|
||||
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
|
|
Loading…
Reference in a new issue