changeset 538:0f8451f3a1e9

terminals: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:24:00 +0200
parents fbc0fc4c9880
children f3e036ac528e
files terminals/xterm/xterm.sh
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/terminals/xterm/xterm.sh	Wed Apr 10 20:23:00 2019 +0200
+++ b/terminals/xterm/xterm.sh	Wed Apr 10 20:24:00 2019 +0200
@@ -54,7 +54,7 @@
 	./configure \
 		--build=$CBUILD \
 		--host=$CHOST \
-		--prefix=/usr \
+		--prefix=/ \
 		--enable-luit \
 		$with_freetype
 	make
@@ -62,8 +62,8 @@
 
 	# Those are not installed from the Makefile even though pixmaps are, so
 	# install them anyway.
-	install -Dm0644 xterm.desktop $DESTDIR/usr/share/applications/xterm.desktop
-	install -Dm0644 uxterm.desktop $DESTDIR/usr/share/applications/uxterm.desktop
+	install -Dm0644 xterm.desktop $DESTDIR/share/applications/xterm.desktop
+	install -Dm0644 uxterm.desktop $DESTDIR/share/applications/uxterm.desktop
 
 	popd
 	rm -rf $PKGNAME-$PKGVERSION