diff emulation/retroarch/retroarch.sh @ 1218:57dc83a39b13

misc: switch back to standard FHS
author David Demelier <markand@malikania.fr>
date Thu, 30 Sep 2021 08:58:34 +0200
parents 27d1a83dc8d6
children 4ccc42bf0284
line wrap: on
line diff
--- a/emulation/retroarch/retroarch.sh	Thu Sep 30 08:49:59 2021 +0200
+++ b/emulation/retroarch/retroarch.sh	Thu Sep 30 08:58:34 2021 +0200
@@ -211,7 +211,7 @@
 # Adapt assets directory.
 sed -i -e "s|# assets_directory.*|assets_directory = /share/retroarch/assets|" retroarch.cfg
 
-# --prefix=/.: does not accept an empty prefix.
+# --prefix=/usr/.: does not accept an empty prefix.
 CC="$CC" \
 CFLAGS="$CFLAGS" \
 LDFLAGS="$LDFLAGS" \
@@ -219,7 +219,7 @@
 ./configure \
 	--build=$CBUILD \
 	--host=$CHOST \
-	--prefix=/. \
+	--prefix=/usr/. \
 	--disable-sdl \
 	--disable-systemd \
 	$with_alsa \