diff options
author | Roland McGrath <roland@gnu.org> | 1999-05-30 01:47:45 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1999-05-30 01:47:45 +0000 |
commit | c58f8a4ad1f4a5feace18fde7fee08bebb49cf18 (patch) | |
tree | 25cba703d4002d4916134d26521bfc48fbdd4a3f /debian/rules | |
parent | e52c1557d3421e0ec51c13aa6bbe10a2853fafae (diff) |
1999-05-29 Roland McGrath <roland@baalperazim.frob.com>
* rules (binary-arch): Don't remove root and etc dirs.
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/rules b/debian/rules index 5480046e..d77183d5 100755 --- a/debian/rules +++ b/debian/rules @@ -121,9 +121,6 @@ binary-arch: build # now the shared libs and other stuff $(make_directory) debian/tmp/{DEBIAN,usr/doc/$(package)} -# kill some nonsense - rm -fr debian/tmp/root - -rm -f debian/tmp/etc/* # Only found in CVS, not the distribution. # $(install_file) BUGS debian/tmp$(DOCDIR) # $(install_file) TODO debian/tmp$(DOCDIR) |