We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5981c15 commit ec1c2aeCopy full SHA for ec1c2ae
autobuild/build
@@ -1,15 +1,2 @@
1
-install -Dm644 bashrc abdist/etc/bashrc
2
-install -Dm644 profile abdist/etc/profile
3
-cp -r bashrc.d abdist/etc/
4
-cp -r profile.d abdist/etc/
5
-cp -r skel abdist/etc/
6
-rm autobuild/conffiles
7
-
8
-# HACK: generate conffiles
9
-cd abdist
10
-IFS=$'\n'
11
-for i in $(find . -type f); do
12
- echo "${i/.\/}" >> autobuild/conffiles
13
-done
14
-IFS=$' \t\n'
15
-cd $SRCDIR
+cp -a {bashrc,profile} ${PKGDIR}/etc/
+cp -r {{bashrc,profile}.d,skel} ${PKGDIR}/etc/
0 commit comments