mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-05 14:37:15 +08:00
PKGBUILD fixes: for new pacman
This commit is contained in:
parent
8063a6da48
commit
a46a061b51
@ -76,18 +76,18 @@ package_kdeaccessibility-common()
|
||||
conflicts=("kdemod-${_origname}-common")
|
||||
groups=("${_origname}" "kde-complete" "kde-uninstall")
|
||||
|
||||
# include our patches into the package
|
||||
ls -1 ${startdir}/*.patch &>/dev/null 2>&1
|
||||
if [ "$?" = "0" ]; then
|
||||
warning "incuding patches into package"
|
||||
mkdir -p ${pkgdir}/usr/share/kdemod/patches/${_origname} &>/dev/null
|
||||
for i in ${startdir}/*.patch; do
|
||||
msg "$i"
|
||||
cp $i ${pkgdir}/usr/share/kdemod/patches/${_origname}/ &>/dev/null
|
||||
done
|
||||
else
|
||||
warning "no patches found, skipping to include them into the package..."
|
||||
fi
|
||||
# # include our patches into the package
|
||||
# ls -1 ${startdir}/*.patch &>/dev/null 2>&1
|
||||
# if [ "$?" = "0" ]; then
|
||||
# warning "incuding patches into package"
|
||||
# mkdir -p ${pkgdir}/usr/share/kdemod/patches/${_origname} &>/dev/null
|
||||
# for i in ${startdir}/*.patch; do
|
||||
# msg "$i"
|
||||
# cp $i ${pkgdir}/usr/share/kdemod/patches/${_origname}/ &>/dev/null
|
||||
# done
|
||||
# else
|
||||
# warning "no patches found, skipping to include them into the package..."
|
||||
# fi
|
||||
}
|
||||
|
||||
package_kdeaccessibility-doc()
|
||||
|
Loading…
Reference in New Issue
Block a user