diff options
-rw-r--r-- | specs/source-package-format-2.0.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/specs/source-package-format-2.0.txt b/specs/source-package-format-2.0.txt index de29985..2078f78 100644 --- a/specs/source-package-format-2.0.txt +++ b/specs/source-package-format-2.0.txt @@ -541,13 +541,12 @@ Following is an example `build.in` file: touch $@ install-arch.stamp: build.stamp - cd src && make DESTDIR=$${PWD}/../dest install + cd src && make DESTDIR=$${PWD}/../dest install-exec rm -Rf dest/usr/include dest/usr/share/man touch $@ install-indep.stamp: build.stamp - cd src && make DESTDIR=$${PWD}/../dest install-data-am - cd src && make DESTDIR=$${PWD}/../dest install-man + cd src && make DESTDIR=$${PWD}/../dest install-data touch $@ binary-arch: install-arch.stamp |