Files
haikuports/dev-util/iaito/patches/iaito-6.0.4-source2.patchset
2025-09-30 05:35:10 +00:00

29 lines
933 B
Plaintext

From 1dc6ebf5fb6afce65a68d00caf8f299cc4b8701a Mon Sep 17 00:00:00 2001
From: Schrijvers Luc <begasus@gmail.com>
Date: Mon, 25 Nov 2024 09:38:57 +0100
Subject: Makefile fixes for Haiku
diff --git a/iaito-translations-e66b3a962a7fc7dfd730764180011ecffbb206bf/Makefile b/iaito-translations-e66b3a962a7fc7dfd730764180011ecffbb206bf/Makefile
index d6e0d20..dd34f4b 100644
--- a/iaito-translations-e66b3a962a7fc7dfd730764180011ecffbb206bf/Makefile
+++ b/iaito-translations-e66b3a962a7fc7dfd730764180011ecffbb206bf/Makefile
@@ -18,11 +18,11 @@ clean:
rm -f */*.qm
install: build
- install -d $(PREFIX)/share/iaito/translations
- install -m 644 */*.qm $(PREFIX)/share/iaito/translations/
+ install -d $(PREFIX)/data/Qt6/translations
+ install -m 644 */*.qm $(PREFIX)/data/Qt6/translations/
build:
- lrelease $(SOURCES)
+ /boot/system/lib/Qt6/lrelease $(SOURCES)
user-install:
$(MAKE) install PREFIX=${HOME}/.local
--
2.45.2