summaryrefslogtreecommitdiff
path: root/deskutils/pal/files/patch-src_Makefile
blob: 2587f18f7b7fb722fb9719359966aa42bd96364b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- src/Makefile.orig	2025-06-06 18:30:59 UTC
+++ src/Makefile
@@ -87,8 +87,8 @@ install-share:
 	@echo " --- Installing global data --- "
 	@mkdir -p ${DESTDIR}${prefix}/share/pal;
 	install -m 0644 -o root ../share/*.pal ${DESTDIR}${prefix}/share/pal
-	@mkdir -p ${DESTDIR}/etc;
-	install -m 0644 -o root ../pal.conf ${DESTDIR}/etc/
+	@mkdir -p ${DESTDIR}${prefix}/share/examples/pal/
+	install -m 0644 -o root ../pal.conf ${DESTDIR}${prefix}/share/examples/pal/
 	@echo
 
 # "install" will install the files needed by pal and also check to see