mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 00:07:26 +00:00
pkg: stop pseudo-templating packaging scripts
This commit is contained in:
parent
6ebded2717
commit
bfe16b38ab
3
Makefile
3
Makefile
@ -210,9 +210,8 @@ PKG_SCRIPTS= +PRE_INSTALL +POST_INSTALL \
|
||||
|
||||
scripts:
|
||||
.for PKG_SCRIPT in ${PKG_SCRIPTS}
|
||||
@if [ -e ${.CURDIR}/${PKG_SCRIPT} ]; then \
|
||||
@if [ -f ${.CURDIR}/${PKG_SCRIPT} ]; then \
|
||||
cp -v -- ${.CURDIR}/${PKG_SCRIPT} ${DESTDIR}/; \
|
||||
sed -i '' ${SED_REPLACE} ${DESTDIR}/${PKG_SCRIPT}; \
|
||||
fi
|
||||
.endfor
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user