libxbps: added xbps_fetch_error_string(), that returns libfetch
fetchLastErrString. Hook xbps-fetch to the tree and use the new function to print errors. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091030021303-6wu9sri5o8kgvfwl
This commit is contained in:
4
prog.mk
4
prog.mk
@@ -22,10 +22,12 @@ clean:
|
||||
.PHONY: install
|
||||
install: $(BIN) $(BIN_STATIC) $(MAN)
|
||||
install -d $(SBINDIR)
|
||||
install -d $(MANDIR)
|
||||
install $(INSTALL_STRIPPED) -m 755 $(BIN) $(SBINDIR)
|
||||
install $(INSTALL_STRIPPED) -m 755 $(BIN_STATIC) $(SBINDIR)
|
||||
ifdef MAN
|
||||
install -d $(MANDIR)
|
||||
install -m 644 $(MAN) $(MANDIR)
|
||||
endif
|
||||
|
||||
.PHONY: uninstall
|
||||
uninstall:
|
||||
|
Reference in New Issue
Block a user