* fix permissions of bin/-folder in debian package

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7647 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
f1ori 14 years ago
parent 9ac02caf00
commit 399d7d6878

@ -270,7 +270,7 @@ ifdef(`ArchLinux', `
# dont forget to kill shutdown process if necessary
shutdown_pid=$( ps ax | grep $shutdown_pid | awk '{ print $1 }' | grep $shutdown_pid )
if [ -n "$shutdown_pid" ] ; then
kill -9 $shutdown_pid
kill -9 $shutdown_pid &>/dev/null
fi
if [ "$2" != "--leave-pidfile" ]; then

@ -537,6 +537,7 @@
<include name="*"/>
</fileset>
</copy>
<chmod dir="${DESTDIR}/usr/share/yacy/bin/" perm="755" includes="*"/>
<!-- copy documentation -->
<copy todir="${DESTDIR}/usr/share/doc/yacy">

Loading…
Cancel
Save