anaconda/prep.sh

glen cvs at pld-linux.org
Thu May 18 00:12:43 CEST 2006


Author: glen
Date: Thu May 18 00:12:41 2006
New Revision: 7416

Added:
   anaconda/prep.sh   (contents, props changed)
Log:
- another helper

Added: anaconda/prep.sh
==============================================================================
--- (empty file)
+++ anaconda/prep.sh	Thu May 18 00:12:41 2006
@@ -0,0 +1,8 @@
+#!/bin/sh
+set -e
+sudo ./mkinstaller.sh only buildinst
+arch=`arch`
+rm -rf ./$arch-*
+# it doesn't like this dir
+rm -rf ./$arch/PLD/RPMS/.svn
+./mkinstaller.sh not buildinst not genhdlist


More information about the pld-cvs-commit mailing list