]> git.pld-linux.org Git - packages/rpm.git/commitdiff
install rpm tree
authorArtur Frysiak <artur@frysiak.net>
Tue, 20 Jul 1999 10:15:23 +0000 (10:15 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-install-tree -> 1.1

rpm-install-tree [new file with mode: 0644]

diff --git a/rpm-install-tree b/rpm-install-tree
new file mode 100644 (file)
index 0000000..64a92f3
--- /dev/null
@@ -0,0 +1,16 @@
+DUMB_SPEC_FILE=`mktemp -q ${TMPDIR:-/tmp}/bilder.XXXXXX || ( echo "mktemp falied." ; exit 1)`
+echo "\
+Summary:        -
+Name:           dumb
+Version:        dumb
+Release:        dumb
+Copyright:      dumb
+Group:          -
+%description
+
+%prep
+install -d %{_rpmdir}  %{_specdir} %{_sourcedir} %{_srcrpmdir}  %{_builddir}
+" > $DUMB_SPEC_FILE
+rpm -bp $DUMB_SPEC_FILE >/dev/null 2>&1 
+rm -f $DUMB_SPEC_FILE
+                           
This page took 0.03296 seconds and 4 git commands to generate.