image/install and other scripts:

- rename .fakeroot to .fakeroot.$PROJECT, now we can build more then one project at some time
This commit is contained in:
Stephan Raue
2009-12-11 21:41:54 +01:00
parent 7d1e50277e
commit 655b76c71f
5 changed files with 13 additions and 13 deletions
+2 -2
View File
@@ -22,8 +22,8 @@ mkdir -p $INSTALL/usr/lib
mkdir -p $INSTALL/usr/lib/dbus
cp $PKG_BUILD/.build-target/bus/dbus-daemon-launch-helper $INSTALL/usr/lib/dbus
echo "chmod 4750 $INSTALL/usr/lib/dbus/dbus-daemon-launch-helper" >> $ROOT/.fakeroot
echo "chown 0:81 $INSTALL/usr/lib/dbus/dbus-daemon-launch-helper" >> $ROOT/.fakeroot
echo "chmod 4750 $INSTALL/usr/lib/dbus/dbus-daemon-launch-helper" >> $ROOT/.fakeroot.$PROJECT
echo "chown 0:81 $INSTALL/usr/lib/dbus/dbus-daemon-launch-helper" >> $ROOT/.fakeroot.$PROJECT
mkdir -p $INSTALL/etc/dbus-1
cp $PKG_BUILD/.build-target/bus/session.conf $INSTALL/etc/dbus-1