diff options
author | P. J. McDermott <pjm@nac.net> | 2012-06-29 22:40:57 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2012-06-29 22:40:57 (EDT) |
commit | 2353b765797515b094f5e8a7653caa953710c4c3 (patch) | |
tree | 5ced1088489486524033abc5eba80638a4bba95f | |
parent | 64e54d02ecbf5bf8117755467ede57e78350d195 (diff) |
Soon oh-strip won't need a list of files.
-rw-r--r-- | specs/source-package-format-2.0.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/specs/source-package-format-2.0.txt b/specs/source-package-format-2.0.txt index 2a21db4..8f5a999 100644 --- a/specs/source-package-format-2.0.txt +++ b/specs/source-package-format-2.0.txt @@ -547,7 +547,7 @@ Following is an example `build.in` file: touch $@ binary-arch: install-arch.stamp - oh-strip -gl /usr/lib/libopkg.so.1.0.0 + oh-strip -g oh-installfiles oh-installdocs $(PKG_COMMON) oh-gencontrol |