File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change 1+ # SPDX-License-Identifier: LGPL-2.1-or-later
2+
3+ [options]
4+ DBPath = /usr/lib/pacman
Original file line number Diff line number Diff line change @@ -8,14 +8,5 @@ rm -f "$BUILDROOT/usr/lib/tmpfiles.d/openssh.conf"
88mkdir " $BUILDROOT /usr/lib/pacman"
99mv " $BUILDROOT /var/lib/pacman/local" " $BUILDROOT /usr/lib/pacman"
1010
11- cat > " $BUILDROOT /etc/pacman.conf" << EOF
12- [options]
13- DBPath = /usr/lib/pacman
14- EOF
15-
16- cat >> " $BUILDROOT /usr/lib/tmpfiles.d/etc.conf" << EOF
17- L /etc/pacman.conf
18- EOF
19-
2011rm " $BUILDROOT /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist"
2112mv " $BUILDROOT /etc/libccid_Info.plist" " $BUILDROOT /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist"
Original file line number Diff line number Diff line change @@ -27,6 +27,8 @@ L /etc/ssh/sshd_config.d
2727L /etc/ssl
2828# Required by pam environment plugin
2929L /etc/environment
30+ # pacman configuration file to look up the local database in /usr.
31+ L? /etc/pacman.conf
3032# Contains the archlinux keyring required to build images
3133L /etc/pacman.d
3234# Required to generate desktop environment application menus
You can’t perform that action at this time.
0 commit comments