about summary refs log tree commit diff
path: root/installer.sh.in
diff options
context:
space:
mode:
authorJuan RP <xtraeme@voidlinux.eu>2015-05-20 10:49:20 +0200
committerJuan RP <xtraeme@voidlinux.eu>2015-05-20 10:49:20 +0200
commitb231ef76f510586d7196856f78a2c53fc76564e7 (patch)
treecf938a701f44fd5a18be6613f3a8a57cf3fa3a16 /installer.sh.in
parent0493378c0c2120979987b2ee64c5c5eb34a6fc7f (diff)
downloadhrmpf-b231ef76f510586d7196856f78a2c53fc76564e7.tar.gz
hrmpf-b231ef76f510586d7196856f78a2c53fc76564e7.tar.xz
hrmpf-b231ef76f510586d7196856f78a2c53fc76564e7.zip
installer: update for xbps>=0.43 (close #29).
Diffstat (limited to 'installer.sh.in')
-rw-r--r--installer.sh.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/installer.sh.in b/installer.sh.in
index aac3bee..b097ca6 100644
--- a/installer.sh.in
+++ b/installer.sh.in
@@ -789,8 +789,8 @@ install_packages() {
 
     _syspkg="base-system"
 
-    mkdir -p $TARGETDIR/var/db/xbps/keys $TARGETDIR/usr/share/xbps
-    cp -a /usr/share/xbps/repo.d $TARGETDIR/usr/share/xbps/
+    mkdir -p $TARGETDIR/var/db/xbps/keys $TARGETDIR/usr/share
+    cp -a /usr/share/xbps.d $TARGETDIR/usr/share/
     cp /var/db/xbps/keys/*.plist $TARGETDIR/var/db/xbps/keys
     mkdir -p $TARGETDIR/boot/grub
     stdbuf -oL xbps-install  -r $TARGETDIR -Sy ${_syspkg} ${_grub} 2>&1 | \