summaryrefslogtreecommitdiffstats
path: root/arabic/libitl/files/patch-prayertime__Makefile
blob: d1bb99d170fe3e2d9137a3cbb370f5f05ce507e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- prayertime/Makefile.orig	2013-09-25 23:35:59.000000000 +0800
+++ prayertime/Makefile	2013-09-25 23:36:20.000000000 +0800
@@ -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..."
OpenPOWER on IntegriCloud