summaryrefslogtreecommitdiff
path: root/autodeps
diff options
context:
space:
mode:
authorjbj <devnull@localhost>2001-06-15 21:52:47 +0000
committerjbj <devnull@localhost>2001-06-15 21:52:47 +0000
commitc0ef3c810f0cb08f0dc65ebe83921d24ce2d13b7 (patch)
tree0ab4fd759fe5ae6514fc367ea463d9e85c3fe976 /autodeps
parent6afa016e86bc87b7ac7d2a90db00df7b35cc99a4 (diff)
downloadrpm-c0ef3c810f0cb08f0dc65ebe83921d24ce2d13b7.tar.gz
rpm-c0ef3c810f0cb08f0dc65ebe83921d24ce2d13b7.tar.bz2
rpm-c0ef3c810f0cb08f0dc65ebe83921d24ce2d13b7.zip
- linux.req needs exit 0
CVS patchset: 4868 CVS date: 2001/06/15 21:52:47
Diffstat (limited to 'autodeps')
-rw-r--r--autodeps/ia64-linux.req2
-rw-r--r--autodeps/linux.req2
-rw-r--r--autodeps/sparc-linux.req2
3 files changed, 6 insertions, 0 deletions
diff --git a/autodeps/ia64-linux.req b/autodeps/ia64-linux.req
index cae9c9d01..2e2509226 100644
--- a/autodeps/ia64-linux.req
+++ b/autodeps/ia64-linux.req
@@ -102,3 +102,5 @@ done | sort -u
# --- Tcl modules.
[ -x /usr/lib/rpm/tcl.req -a -n "$tcllist" ] && \
echo $tcllist | tr [:blank:] \\n | /usr/lib/rpm/tcl.req | sort -u
+
+exit 0
diff --git a/autodeps/linux.req b/autodeps/linux.req
index cae9c9d01..2e2509226 100644
--- a/autodeps/linux.req
+++ b/autodeps/linux.req
@@ -102,3 +102,5 @@ done | sort -u
# --- Tcl modules.
[ -x /usr/lib/rpm/tcl.req -a -n "$tcllist" ] && \
echo $tcllist | tr [:blank:] \\n | /usr/lib/rpm/tcl.req | sort -u
+
+exit 0
diff --git a/autodeps/sparc-linux.req b/autodeps/sparc-linux.req
index cae9c9d01..2e2509226 100644
--- a/autodeps/sparc-linux.req
+++ b/autodeps/sparc-linux.req
@@ -102,3 +102,5 @@ done | sort -u
# --- Tcl modules.
[ -x /usr/lib/rpm/tcl.req -a -n "$tcllist" ] && \
echo $tcllist | tr [:blank:] \\n | /usr/lib/rpm/tcl.req | sort -u
+
+exit 0