summaryrefslogtreecommitdiffstats
path: root/source/xap/seyon/seyon.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/xap/seyon/seyon.SlackBuild')
-rwxr-xr-xsource/xap/seyon/seyon.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/xap/seyon/seyon.SlackBuild b/source/xap/seyon/seyon.SlackBuild
index f2a0160bb..518dd9927 100755
--- a/source/xap/seyon/seyon.SlackBuild
+++ b/source/xap/seyon/seyon.SlackBuild
@@ -83,9 +83,9 @@ cd seyon-$VERSION || exit 1
chown -R root:root .
find . \
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
- -exec chmod 755 {} \; -o \
+ -exec chmod 755 {} \+ -o \
\( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ -exec chmod 644 {} \+
zcat $CWD/seyon_2.20c-16.diff.gz | patch -p1 --verbose || exit 1
sed -i "s/getline/seyon_getline/g" *
@@ -112,8 +112,8 @@ cp -a \
cp -a \
phonelist protocols script.CIS script.PCBoard script.QWK script.unix startup \
$PKG/usr/doc/seyon-$VERSION/.seyon
-find $PKG/usr/doc/seyon-$VERSION -type f -exec chmod 644 {} \;
-find $PKG/usr/doc/seyon-$VERSION -type d -exec chmod 755 {} \;
+find $PKG/usr/doc/seyon-$VERSION -type f -exec chmod 644 {} \+
+find $PKG/usr/doc/seyon-$VERSION -type d -exec chmod 755 {} \+
( cd $PKG/usr/doc/seyon-$VERSION ; ln -sf .seyon HOME.seyon.directory.example )
mkdir -p $PKG/usr/man/man1