Put clockwerk in Clockwerk directory, not in the root of the apps directory.

This commit is contained in:
Scott McCreary
2010-10-20 23:38:05 +00:00
parent 224578e9e1
commit b56f7d1235

View File

@@ -12,8 +12,8 @@ BUILD {
INSTALL {
cd clockwerk-78
mkdir -p ${DESTDIR}/`finddir B_APPS_DIRECTORY`
cp generated/distro-haiku/* ${DESTDIR}/`finddir B_APPS_DIRECTORY`
mkdir -p ${DESTDIR}/`finddir B_APPS_DIRECTORY`/Clockwerk
cp generated/distro-haiku/* ${DESTDIR}/`finddir B_APPS_DIRECTORY`/Clockwerk
}
LICENSE="GNU GPL v2"