This commit is contained in:
emmett1
2017-12-08 21:15:28 +08:00
parent 934caf8a32
commit 6bdefe7b96

View File

@@ -10,7 +10,7 @@ VAR_DIR=/var/spkg
mkdir -pv ${DESTDIR}{${BINDIR},${FUNCDIR},${CONFDIR},${HOOK_DIR},${HTTPUPDIR}}
install -m755 buildpkg installpkg removepkg scratch ${DESTDIR}${BINDIR}
install -m644 functions/{color,functions,options} ${DESTDIR}${FUNCDIR}
install -m644 functions/* ${DESTDIR}${FUNCDIR}
install -m644 scratchpkg.conf ${DESTDIR}${CONFDIR}/scratchpkg.conf.orig
install -m644 ports/{core,extra,xorg}.httpup ${DESTDIR}${HTTPUPDIR}
install -m755 extra/* ${DESTDIR}${BINDIR}