mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
e857fee7a7
The developers claim that the new version works on systemd-based hosts.
15 lines
394 B
Diff
15 lines
394 B
Diff
diff --git a/Makefile.am b/Makefile.am
|
|
index eac2bfd..8f040d3 100644
|
|
--- a/Makefile.am
|
|
+++ b/Makefile.am
|
|
@@ -25,8 +25,8 @@ pcdatadir = $(libdir)/pkgconfig
|
|
pcdata_DATA = lxc.pc
|
|
|
|
install-data-local:
|
|
- $(MKDIR_P) $(DESTDIR)$(LXCPATH)
|
|
- $(MKDIR_P) $(DESTDIR)$(localstatedir)/cache/lxc
|
|
+ $(MKDIR_P) $(out)$(LXCPATH)
|
|
+ $(MKDIR_P) $(out)$(localstatedir)/cache/lxc
|
|
|
|
ChangeLog::
|
|
@touch ChangeLog
|