spk diff Makefile @ rev 62

Fixes and small improvments to spk-mirror, spk-ls handle extra repo
author Christophe Lincoln <pankso@slitaz.org>
date Fri May 18 02:49:36 2012 +0200 (2012-05-18)
parents ea3c01346d05
children 2caa9666fc1f
line diff
     1.1 --- a/Makefile	Tue May 15 19:40:29 2012 +0200
     1.2 +++ b/Makefile	Fri May 18 02:49:36 2012 +0200
     1.3 @@ -45,6 +45,7 @@
     1.4  	install -m 0755 spk-rm $(DESTDIR)$(PREFIX)/sbin
     1.5  	install -m 0755 spk-add $(DESTDIR)$(PREFIX)/sbin
     1.6  	install -m 0755 spk-archive $(DESTDIR)$(PREFIX)/sbin
     1.7 +	install -m 0755 spk-mirror $(DESTDIR)$(PREFIX)/sbin
     1.8  
     1.9  # Clean source
    1.10