You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/valkyrie/files/valkyrie-2.0.0-prefix.patch

12 lines
329 B

--- valkyrie-2.0.0/vk_config.pri
+++ valkyrie-2.0.0/vk_config.pri
@@ -14,7 +14,7 @@
# Set a default value for PREFIX (etc) in the generated makefiles
# Note: ignore INSTALL_ROOT: it's a qt special, can't be set from here
isEmpty(PREFIX) {
- PREFIX = /usr/local
+ PREFIX = /usr
}
isEmpty(BINDIR) {
BINDIR = $$PREFIX/bin