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

@@ -16,6 +16,10 @@ $(LIBXBPS): sha256.o plist.o
-ln -sf $(LIBXBPS_SO) $(LIBXBPS).$(MAJOR)
-ln -sf $(LIBXBPS_SO) $(LIBXBPS)
install: $(LIBXBPS)
install -d $(LIBDIR)
install -m 644 $(LIBXBPS_SO) $(LIBDIR)
.PHONY: clean
clean: clean-lib clean-objs