Fixed fastdep install to make sure the copy works.

This commit is contained in:
Scott McCreary
2010-08-27 15:13:46 +00:00
parent 3ed051c48c
commit ee6668c006

View File

@@ -13,7 +13,7 @@ BUILD {
INSTALL {
cd fastdep-0.16
mkdir -p ${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY`
cp fastdep ${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY`
cp -f fastdep ${DESTDIR}/`finddir B_COMMON_BIN_DIRECTORY`
}
LICENSE="GNU GPL v2"