slitaz-dev-tools diff tazpkg-web/Makefile @ rev 266

slitaz-mercurial-style: remove repeated "ago ago".
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Jan 21 11:03:10 2017 +0200 (2017-01-21)
parents beaa813ece42
children
line diff
     1.1 --- a/tazpkg-web/Makefile	Wed Mar 30 01:32:09 2011 +0200
     1.2 +++ b/tazpkg-web/Makefile	Sat Jan 21 11:03:10 2017 +0200
     1.3 @@ -11,9 +11,11 @@
     1.4  
     1.5  install:
     1.6  	mkdir -p $(DESTDIR)$(PREFIX)/bin \
     1.7 -		$(DESTDIR)$(SYSCONFDIR)
     1.8 +		$(DESTDIR)$(SYSCONFDIR) \
     1.9 +		$(LIBDIR)
    1.10  	cp -a tazpkg-web $(DESTDIR)$(PREFIX)/bin
    1.11 -	#cp -a tazpkg-web.conf $(DESTDIR)$(SYSCONFDIR)
    1.12 +	cp -a tazpkg-web.conf $(DESTDIR)$(SYSCONFDIR)
    1.13 +	cp -a html style xml search.cgi $(LIBDIR)
    1.14  	
    1.15  	
    1.16  # Uninstallation and clean-up commands.
    1.17 @@ -21,3 +23,4 @@
    1.18  uninstall:
    1.19  	rm -f $(DESTDIR)$(PREFIX)/bin/tazpkg-web
    1.20  	rm -f $(DESTDIR)$(SYSCONFDIR)/tazpkg-web.conf
    1.21 +	rm -rf $(LIBDIR)