|
|
|
@ -85,7 +85,7 @@ if [ -n "${DEVEL}" ]; then
|
|
|
|
|
|
|
|
|
|
# Some other packags NOT having development package
|
|
|
|
|
case "${PKGNAME}" in
|
|
|
|
|
"cmake"|"cscope"|"hal-info"|"lilypond"|"mftrace"|"pcsc-perl"|"rdiff-backup"|"torsocks") exit 0;;
|
|
|
|
|
"autoconf"|"cmake"|"cscope"|"hal-info"|"lilypond"|"mftrace"|"pcsc-perl"|"rdiff-backup"|"torsocks") exit 0;;
|
|
|
|
|
"tqca-tls"|"tdeadmin"|"tdetoys"|"tde-i18n"*|"tdeaddons"|"tdeartwork"|"libtqt-perl"|"kipi-plugins") exit 0;;
|
|
|
|
|
esac
|
|
|
|
|
|
|
|
|
@ -116,4 +116,3 @@ if [ -n "${DEVEL}" ]; then
|
|
|
|
|
# Finally, other packages do have a '-devel'
|
|
|
|
|
echo "${PREFIX}${PKGDEVEL}"
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|