# HG changeset patch # User Pascal Bellard # Date 1273951185 -7200 # Node ID 81b15cb9231ec477546a700c3d8455d4d5f10fe3 # Parent a878a8e4e836a9507b8086d559dfc61fc3cfb6aa tcc-common: mv libtcc.h to /usr/include diff -r a878a8e4e836 -r 81b15cb9231e tcc-common/receipt --- a/tcc-common/receipt Sat May 15 20:40:38 2010 +0200 +++ b/tcc-common/receipt Sat May 15 21:19:45 2010 +0200 @@ -11,7 +11,8 @@ # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { - mkdir -p $fs/usr + mkdir -p $fs/usr/include cp -a $_pkg/usr/lib $fs/usr + mv $fs/usr/lib/tcc/include/libtcc.h $fs/usr/include }