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 6f3f5c7 commit 79fde85Copy full SHA for 79fde85
autobuild/build
@@ -3,3 +3,13 @@ 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 .); do
12
+ echo "${i/.\/}" >> autobuild/conffiles
13
+done
14
+IFS=$' \t\n'
15
+cd $SRCDIR
autobuild/defines
@@ -4,8 +4,3 @@ PKGREL=0
PKGDEP=bash
PKGSEC=misc
PKGDES="Generic Bash Startup Files for AOSC OS"
-
-# HACK: generate conffiles
-for i in `find . -type f | grep -E '(profile|bashrc|skel)'`; do
- echo /etc/$i >> autobuild/conffiles
-done
0 commit comments