diff options
author | P. J. McDermott <pjm@nac.net> | 2012-06-29 21:27:11 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-29 21:27:11 (EDT) |
commit | b52e81accf1451111f0ac5a1fea928461a0d298b (patch) | |
tree | 0a7ba0aaf66a64f9dfc5bfeedabe2bcc35bf1278 | |
parent | b44c3a8f980f594963e9d2288753d7f91b2adf8f (diff) |
Remove unneeded removal.
-rw-r--r-- | specs/source-package-format-2.0.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/specs/source-package-format-2.0.txt b/specs/source-package-format-2.0.txt index 2078f78..a177897 100644 --- a/specs/source-package-format-2.0.txt +++ b/specs/source-package-format-2.0.txt @@ -542,7 +542,6 @@ Following is an example `build.in` file: install-arch.stamp: build.stamp cd src && make DESTDIR=$${PWD}/../dest install-exec - rm -Rf dest/usr/include dest/usr/share/man touch $@ install-indep.stamp: build.stamp |