diff options
author | Christian Pointner <equinox@helsinki.at> | 2011-03-30 02:46:42 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2011-03-30 02:46:42 (GMT) |
commit | 50bdc20f9024216de8f6cb45756ca54ffec42a5d (patch) | |
tree | be4ab5d0870105aa79e5f89ba5dcc076724114de /rhnop-server/Makefile | |
parent | 97ea5eee07f939f03a87c2d8df1c996ef38ca4b2 (diff) |
added libdir handling
Diffstat (limited to 'rhnop-server/Makefile')
-rw-r--r-- | rhnop-server/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rhnop-server/Makefile b/rhnop-server/Makefile index 2d0f2f8..a0a9f64 100644 --- a/rhnop-server/Makefile +++ b/rhnop-server/Makefile @@ -79,6 +79,7 @@ install-bin: $(EXECUTABLE) install-lib: $(INSTALL) -d $(DESTDIR)$(LIBDIR) $(INSTALL) -m 644 conf.lua $(DESTDIR)$(LIBDIR) + $(SED) -e 's#^local filename.*$$#local filename = "$(ETCDIR)/rhnop/nopsyncd.conf"#' -i $(DESTDIR)$(LIBDIR)/conf.lua $(INSTALL) -m 644 playlog.lua $(DESTDIR)$(LIBDIR) $(INSTALL) -m 644 rddb.lua $(DESTDIR)$(LIBDIR) $(INSTALL) -m 644 qlistener.lua $(DESTDIR)$(LIBDIR) |