changeset 540:55d07eb631e4

themes: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:28:00 +0200
parents f3e036ac528e
children cacbd9d3d3a8
files themes/hicolor-icon-theme/hicolor-icon-theme-post.sh themes/hicolor-icon-theme/hicolor-icon-theme.sh
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/themes/hicolor-icon-theme/hicolor-icon-theme-post.sh	Wed Apr 10 20:26:00 2019 +0200
+++ b/themes/hicolor-icon-theme/hicolor-icon-theme-post.sh	Wed Apr 10 20:28:00 2019 +0200
@@ -16,5 +16,5 @@
 #
 
 if [ "$1" = "install" ]; then
-	chroot $DESTDIR /usr/bin/gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+	chroot $DESTDIR /bin/gtk-update-icon-cache -fqt /share/icons/hicolor
 fi
--- a/themes/hicolor-icon-theme/hicolor-icon-theme.sh	Wed Apr 10 20:26:00 2019 +0200
+++ b/themes/hicolor-icon-theme/hicolor-icon-theme.sh	Wed Apr 10 20:28:00 2019 +0200
@@ -28,7 +28,7 @@
 	tar xvaf $PKGNAME-$PKGVERSION.tar.xz
 	pushd $PKGNAME-$PKGVERSION
 
-	./configure --prefix=/usr
+	./configure --prefix=/
 	make
 	make install DESTDIR=$DESTDIR