netbeans: Fixed Pkgfile problems (thanks to Victor Martinez)

This commit is contained in:
Jose V Beneyto 2007-12-03 13:36:23 +01:00
parent 94298acb8c
commit 8bfe0dc2fa

View File

@ -17,8 +17,8 @@ build() {
`find ${SRC} -type f -name '*.dll'` \
`find ${SRC} -type f -name '*.zip'` \
`find ${SRC} -type f -name '*README*'` \
`find ${SRC} -type f -name '*CREDITS*`' \
`find ${SRC} -type f -name '*LICENSE*`' \
`find ${SRC} -type f -name '*CREDITS*`'` \
`find ${SRC} -type f -name '*LICENSE*`'` \
`find ${SRC} -type d -name 'sources'` \
`find ${SRC} -type d -name 'docs'`
install -d ${PKG}/usr/share