diff options
author | Nathan Scott <nathans@sgi.com> | 2003-03-26 23:50:04 +0000 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2003-03-26 23:50:04 +0000 |
commit | ddcb0f9b7084b076780b42f5c98b25ebeab94e89 (patch) | |
tree | e7b69d6c98439b6435d0156c25f57808903a230c /build | |
parent | c8c410c58d707616877c03eac93ab709a313c5cc (diff) | |
download | attr-ddcb0f9b7084b076780b42f5c98b25ebeab94e89.tar.gz |
Minor packaging related cleanups and updates.
Diffstat (limited to 'build')
-rw-r--r-- | build/rpm/Makefile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/build/rpm/Makefile b/build/rpm/Makefile index 4576215..b980f67 100644 --- a/build/rpm/Makefile +++ b/build/rpm/Makefile @@ -88,10 +88,4 @@ ${SPECF} : ${SPECF}.in -e's|@pkg_builder@|$(PKG_BUILDER)|g' \ -e's|@build_root@|$(DIST_ROOT)|g' \ -e'/^BuildRoot: *$$/d' \ - -e's|@pkg_var_dir@|$(PKG_VAR_DIR)|g' \ - -e's|@pkg_share_dir@|$(PKG_SHARE_DIR)|g' \ - -e's|@pkg_log_dir@|$(PKG_LOG_DIR)|g' \ - -e's|@pkg_doc_dir@|$(PKG_DOC_DIR)|g' \ - -e's|@pkg_man_dir@|$(PKG_MAN_DIR)|g' \ - -e's|@pkg_tmp_dir@|$(PKG_TMP_DIR)|g' \ -e's|@make@|$(MAKE)|g' < $< > $@ |