[Slackbuilds-users] THE.SlackBuild
Richard Narron
richard at aaazen.com
Sat Apr 16 20:54:29 UTC 2022
I recently submitted a new THE.SlackBuild script that copied
documentation from the install directory like this:
install -m0644 COPYING FAQ HISTORY INSTALL README* TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
But when it was installed, the first line leaves out the INSTALL document:
install -m0644 COPYING FAQ HISTORY README* TODO \
Here is a patch to correct the installed THE.SlackBuild:
----------------------cut here---------------------------------------
--- a/THE.SlackBuild 2022-04-15 22:28:08.632905883 -0700
+++ b/THE.SlackBuild 2022-04-14 15:01:39.153193239 -0700
@@ -113,7 +113,7 @@
$PKG/usr/doc/$PRGNAM-$VERSION/html
cd $TMP/$PRGNAM-$VERSION
-install -m0644 COPYING FAQ HISTORY README* TODO \
+install -m0644 COPYING FAQ HISTORY INSTALL README* TODO \
$PKG/usr/doc/$PRGNAM-$VERSION
# Try to make the X11 version of THE by using PDCurses (XCurses)
----------------------cut here---------------------------------------
Can you fix it?
Please advise.
Richard Narron
More information about the SlackBuilds-users
mailing list