diff options
author | Peter Palfrader <peter@palfrader.org> | 2004-06-10 13:49:33 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2004-06-10 13:49:33 +0000 |
commit | b426f6236a7e77aeca1ac0fee0dd996a1c259fed (patch) | |
tree | eb2d2cd8895522753f78b35e422b1452a9ba8973 /debian/rules | |
parent | 6d2d333876229811aff49c30b820ab28302186da (diff) |
debian/rules: there is no lib/ to copy any longerecholot-2.1.4
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index e88d42b..c8fddbc 100755 --- a/debian/rules +++ b/debian/rules @@ -38,9 +38,8 @@ install: build dh_clean -k dh_installdirs - tar c --exclude CVS --exclude .cvsignore Echolot | tar xv -C $(CURDIR)/debian/echolot/usr/share/perl5/ - tar c -C lib --exclude CVS --exclude .cvsignore . | tar xv -C $(CURDIR)/debian/echolot/usr/share/perl5/ - tar c --exclude CVS --exclude .cvsignore templates | tar xv -C $(CURDIR)/debian/echolot/etc/echolot + tar c Echolot | tar xv -C $(CURDIR)/debian/echolot/usr/share/perl5/ + tar c --exclude LICENSE templates | tar xv -C $(CURDIR)/debian/echolot/etc/echolot install -m 755 pingd $(CURDIR)/debian/echolot/usr/bin/ install -m 644 debian/pingd.conf $(CURDIR)/debian/echolot/etc/echolot install -m 644 debian/echolot.default $(CURDIR)/debian/echolot/etc/default/echolot |