mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
eec1412f00
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
7 lines
176 B
Bash
7 lines
176 B
Bash
if ! grep "(gnulib)" usr/info/dir 1>/dev/null 2>/dev/null; then
|
|
cat << EOF >> usr/info/dir
|
|
|
|
Miscellaneous
|
|
* Gnulib: (gnulib). The GNU Portability Library.
|
|
EOF
|
|
fi
|