aboutsummaryrefslogtreecommitdiffstats
path: root/arabic/libitl/files/patch-prayertime_Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arabic/libitl/files/patch-prayertime_Makefile')
-rw-r--r--arabic/libitl/files/patch-prayertime_Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/arabic/libitl/files/patch-prayertime_Makefile b/arabic/libitl/files/patch-prayertime_Makefile
new file mode 100644
index 00000000000..632f656f50f
--- /dev/null
+++ b/arabic/libitl/files/patch-prayertime_Makefile
@@ -0,0 +1,16 @@
+--- prayertime/Makefile.orig 2006-09-21 16:37:51 UTC
++++ prayertime/Makefile
+@@ -10,10 +10,10 @@ demo_prayer:
+
+ install: all
+ @echo "==> Installing prayertime component..."
+- test -d $(PREFIX)/include/itl \
+- || install $(PREFIX)/include/itl \
++ test -d $(DESTDIR)$(PREFIX)/include/itl \
++ || install $(DESTDIR)$(PREFIX)/include/itl \
+ || exit 1;
+- install src/prayer.h $(PREFIX)/include/itl
++ install src/prayer.h $(DESTDIR)$(PREFIX)/include/itl
+
+ uninstall:
+ @echo "==> Uninstalling prayertime component..."