blob: 9c91816b1fe967c81520939f8e855be313d5e670 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/Makefile 2025-11-03 08:54:27.464509792 +0200
+++ b/Makefile 2025-11-03 09:08:20.750628777 +0200
@@ -46,8 +46,8 @@
fi
cp resources/splash.css $(DESTDIR)/etc/opennds/htdocs/
cp resources/splash.jpg $(DESTDIR)/etc/opennds/htdocs/images/
- mkdir -p $(DESTDIR)/etc/systemd/system
- cp resources/opennds.service $(DESTDIR)/etc/systemd/system/
+ mkdir -p $(DESTDIR)/usr/lib/systemd/system
+ cp resources/opennds.service $(DESTDIR)/usr/lib/systemd/system/
mkdir -p $(DESTDIR)/usr/lib/opennds
cp forward_authentication_service/binauth/custombinauth.sh $(DESTDIR)/usr/lib/opennds/
sed -i 's/#!\/bin\/sh/#!\/bin\/bash/' $(DESTDIR)/usr/lib/opennds/custombinauth.sh
|