Skip to content

Commit ec1c2ae

Browse files
committed
build: merge lines
1 parent 5981c15 commit ec1c2ae

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

autobuild/build

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -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
1+
cp -a {bashrc,profile} ${PKGDIR}/etc/
2+
cp -r {{bashrc,profile}.d,skel} ${PKGDIR}/etc/

0 commit comments

Comments
 (0)