# HG changeset patch # User Lucas Levrel # Date 1450083305 -3600 # Node ID 7aa5bdffd3f5bf4b3aa3eab1f67b288dcea9167d # Parent df94d1ef231c7e97232e89061cd278962943e710 Fix pilot-link(-dev) packaging diff -r df94d1ef231c -r 7aa5bdffd3f5 pilot-link-dev/receipt --- a/pilot-link-dev/receipt Sun Dec 13 23:12:27 2015 +0100 +++ b/pilot-link-dev/receipt Mon Dec 14 09:55:05 2015 +0100 @@ -9,10 +9,12 @@ WANTED="pilot-link" WEB_SITE="http://www.pilot-link.org/" +DEPENDS="pilot-link" + # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/usr/share - cp -a $install/usr/include $install/usr/lib $fs/usr + cp -a $install/usr/include $fs/usr cp -a $install/usr/share/aclocal $fs/usr/share } diff -r df94d1ef231c -r 7aa5bdffd3f5 pilot-link/receipt --- a/pilot-link/receipt Sun Dec 13 23:12:27 2015 +0100 +++ b/pilot-link/receipt Mon Dec 14 09:55:05 2015 +0100 @@ -25,5 +25,5 @@ genpkg_rules() { cp -a $install/* $fs - rm -r $fs/usr/include $fs/usr/lib $fs/usr/share/aclocal + rm -r $fs/usr/include $fs/usr/share/aclocal }