To use xbps now 'make and make install' is required.

--HG--
extra : convert_revision : 976738f26daf1ccd2101ca2325e1e517d98e71cb
This commit is contained in:
Juan RP
2008-12-22 02:14:40 +01:00
parent 9f7bfc772a
commit 6ee35486bf
9 changed files with 52 additions and 15 deletions

View File

@@ -10,13 +10,20 @@ all:
.PHONY: install
install:
install -D xbps-src.sh $(BINDIR)/xbps-src
install -D xbps-src.sh $(SBINDIR)/xbps-src
for dir in $(SUBDIRS); do \
$(MAKE) -C $$dir install; \
done
@echo
@echo "Binaries have been installed into $(SBINDIR)."
@echo "Librares have been installed into $(LIBDIR)."
@echo
@echo "WARNING: Don't forget to rerun ldconfig(1)."
@echo
uninstall:
-rm -f $(BINDIR)/xbps-*
-rm -f $(SBINDIR)/xbps-*
-rm -f $(LIBDIR)/libxbps.so*
.PHONY: clean
clean: