diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-04 15:59:26 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-01-04 15:59:26 -0500 |
commit | c000286dabf780061b46cfdadd2121869cd9e02a (patch) | |
tree | f197dc76978ff49b98622f65fc183eb3352e8a3a /src/chroot-tools/librechroot | |
parent | ec4223a6a689b341bf4a60c3e7eb0e6211b0e5f3 (diff) |
Generate the duplicated code in chcleanup
Diffstat (limited to 'src/chroot-tools/librechroot')
-rwxr-xr-x | src/chroot-tools/librechroot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/chroot-tools/librechroot b/src/chroot-tools/librechroot index 0fbb8f7..616d868 100755 --- a/src/chroot-tools/librechroot +++ b/src/chroot-tools/librechroot @@ -327,6 +327,8 @@ main() { _makechrootpkg sync_chroot "$CHROOTDIR/$CHROOT" "$COPY" fi + # Note: the in-chroot pkgconfdir is non-configurable, this is + # intentionally hard-coded. mkdir -p "$copydir/etc/libretools.d" { if [[ ${#CHROOTEXTRAPKG[*]} -eq 0 ]]; then |