* add bin-folder to debian package

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7638 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
f1ori 14 years ago
parent e25c1f2ea3
commit 21fe5e6c6a

@ -529,6 +529,15 @@
</fileset>
</copy>
<!-- copy language statistics files -->
<!-- i'm not sure, if this is consistent with the debian policy -->
<!-- but for /usr/bin or /usr/lib we need an extra environment variable -->
<copy todir="${DESTDIR}/usr/share/yacy/bin">
<fileset dir="bin/">
<include name="*"/>
</fileset>
</copy>
<!-- copy documentation -->
<copy todir="${DESTDIR}/usr/share/doc/yacy">
<fileset dir=".">

Loading…
Cancel
Save