aboutsummaryrefslogtreecommitdiff
path: root/system/nagvis/nagvis.SlackBuild
diff options
context:
space:
mode:
authorDavid Spencer <idlemoor@slackbuilds.org>2017-08-29 18:47:04 +0100
committerDavid Spencer <idlemoor@slackbuilds.org>2017-09-02 10:19:45 +0100
commitf8beac1f75d377422eb6097b58abd235d8ed782d (patch)
tree6bd14a87660847c0b9be350eb9f4dfc1ffd31fea /system/nagvis/nagvis.SlackBuild
parenta27f2ba955f4caa88acafd337e1913d31e566349 (diff)
system/nagvis: Fixed build.
privacy.diff patch no longer applied (not needed) and the docs needed tweaking. Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/nagvis/nagvis.SlackBuild')
-rw-r--r--system/nagvis/nagvis.SlackBuild5
1 files changed, 2 insertions, 3 deletions
diff --git a/system/nagvis/nagvis.SlackBuild b/system/nagvis/nagvis.SlackBuild
index 2be0aa4a8892..d905260602a2 100644
--- a/system/nagvis/nagvis.SlackBuild
+++ b/system/nagvis/nagvis.SlackBuild
@@ -50,8 +50,7 @@ find -L . \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
# Patches thanks to Debian folks!
-patch -p1 <$CWD/patches/global.diff
-patch -p1 <$CWD/patches/privacy.diff
+patch -p1 <$CWD/global.diff
# Remove cruft
find . -type f -name '.gitignore' -exec rm {} \;
@@ -64,7 +63,7 @@ cp -a etc/{conf.d,geomap,maps} $PKG/etc/$PRGNAM
cp -a share $PKG/usr/share/$PRGNAM
cp -a docs/{de_DE,en_US,general} $PKG/usr/doc/$PRGNAM-$VERSION/html
cp -a nagvis-make-admin $PKG/usr/doc/$PRGNAM-$VERSION/scripts
-cp -a ChangeLog LICENCE README $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a ChangeLog COPYING README $PKG/usr/doc/$PRGNAM-$VERSION
mv $PKG/usr/share/$PRGNAM/share/userfiles $PKG/var/lib/$PRGNAM
# Put demo maps with documentation