summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorNathan Scott <nathans@sgi.com>2003-03-26 23:50:04 +0000
committerNathan Scott <nathans@sgi.com>2003-03-26 23:50:04 +0000
commitddcb0f9b7084b076780b42f5c98b25ebeab94e89 (patch)
treee7b69d6c98439b6435d0156c25f57808903a230c /build
parentc8c410c58d707616877c03eac93ab709a313c5cc (diff)
downloadattr-ddcb0f9b7084b076780b42f5c98b25ebeab94e89.tar.gz
Minor packaging related cleanups and updates.
Diffstat (limited to 'build')
-rw-r--r--build/rpm/Makefile6
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' < $< > $@