git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@1893
370017ae-e619-0410-ac65-
c121f96126d4
)
# Install documentation
-DOCS="LICENSE.txt README.txt"
+DOCS="LICENSE.txt README.txt"
mkdir -p "$PKG/usr/doc/$PKG_NAME-$PKG_VERSION" || exit $ERROR_MKDIR
for doc in $DOCS; do
if [ -f "$doc" ]; then
# Build the package
cd "$PKG"
-ln -s usr/lib64/pd/bin/pd-gui usr/bin/pd-gui
-ln -s usr/bin/pd usr/lib64/pd//bin/pd
-ln -s usr/lib64/pd/bin/pd.tk usr/bin/pd.tk
-ln -s usr/lib64/pd/bin/pd-watchdog usr/bin/pd-watchdog
makepkg -l y -c n "$REPOS/$PKG_NAME-$PKG_VERSION-$ARCH-$BUILD.tgz" || exit $ERROR_MKPKG
# Delete source and build directories if requested