summaryrefslogtreecommitdiff
path: root/testing/soju/makefile.patch
blob: f6b2bc819f036c49666cf0f599feafcbe0ba4e59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Don't create /var/lib/soju, it's done by soju.pre-install script
with proper permissions.

diff --git a/Makefile b/Makefile
index af65f77..4cb971b 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,6 @@ install:
 	mkdir -p $(DESTDIR)$(PREFIX)/$(BINDIR)
 	mkdir -p $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
 	mkdir -p $(DESTDIR)$(SYSCONFDIR)/soju
-	mkdir -p $(DESTDIR)$(sharedstatedir)/soju
 	cp -f $(commands) $(DESTDIR)$(PREFIX)/$(BINDIR)
 	cp -f $(man_pages) $(DESTDIR)$(PREFIX)/$(MANDIR)/man1
 	[ -f $(DESTDIR)$(config_path) ] || cp -f config.in $(DESTDIR)$(config_path)