summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2011-03-30 01:59:38 (GMT)
committerChristian Pointner <equinox@helsinki.at>2011-03-30 01:59:38 (GMT)
commit97ea5eee07f939f03a87c2d8df1c996ef38ca4b2 (patch)
tree83a5021926762b7bad30b7efa9a31f21a0332740
parentb3d207833d75cc38735344bcb346aeeafe5cf761 (diff)
also installing noprml
-rw-r--r--rhnop-server/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/rhnop-server/Makefile b/rhnop-server/Makefile
index 6ef5dac..2d0f2f8 100644
--- a/rhnop-server/Makefile
+++ b/rhnop-server/Makefile
@@ -74,6 +74,7 @@ install: all $(INSTALL_TARGETS)
install-bin: $(EXECUTABLE)
$(INSTALL) -d $(DESTDIR)$(BINDIR)
$(INSTALL) -m 755 $(EXECUTABLE) $(DESTDIR)$(BINDIR)
+ $(INSTALL) -m 755 noprml $(DESTDIR)$(BINDIR)
install-lib:
$(INSTALL) -d $(DESTDIR)$(LIBDIR)
@@ -93,6 +94,7 @@ remove: $(REMOVE_TARGETS)
remove-bin:
rm -f $(DESTDIR)$(BINDIR)/$(EXECUTABLE)
+ rm -f $(DESTDIR)$(BINDIR)/noprml
remove-lib:
rm -f $(DESTDIR)$(LIBDIR)/conf.lua