Magellan Linux

Contents of /tags/mkinitrd-6_3_3/klibc/makerpm.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 532 - (show annotations) (download) (as text)
Sat Sep 1 22:45:15 2007 UTC (16 years, 8 months ago) by niro
Original Path: trunk/mkinitrd-magellan/klibc/makerpm.sh
File MIME type: application/x-sh
File size: 182 byte(s)
-import if magellan mkinitrd; it is a fork of redhats mkinitrd-5.0.8 with all magellan patches and features; deprecates magellan-src/mkinitrd

1 #!/bin/bash -xe
2 #
3 # Make an rpm from the current git repository
4 #
5
6 [ -z "$tmpdir" ] && export tmpdir=/var/tmp
7
8 ./maketar.sh
9 rpmbuild -ta $tmpdir/klibc-`cat usr/klibc/version`.tar.gz

Properties

Name Value
svn:executable *