summaryrefslogtreecommitdiff
path: root/data/apt7-lib/make.sh
blob: bf5b34eaf7a9ab2462691516d1c15c3e2196984e (plain)
1
2
3
4
5
6
7
8
9
cp -a "$(PKG_DEST_ _apt7)"/etc "${PKG_DEST}"
cp -a "$(PKG_DEST_ _apt7)"/var "${PKG_DEST}"

pkg: mkdir -p /usr
cp -a "$(PKG_DEST_ _apt7)"/usr/lib "${PKG_DEST}"/usr
cp -a "$(PKG_DEST_ _apt7)"/usr/libexec "${PKG_DEST}"/usr
pkg: ln -s ../libexec/apt /usr/lib/apt
pkg: rm -f /usr/libexec/apt/methods/https
pkg: ln -s http /usr/libexec/apt/methods/https