|
@@ -42,6 +42,14 @@ pushd stage/$pkgdir > /dev/null
|
|
|
cp $DIUDIR/scripts/package_install.sh install.sh
|
|
cp $DIUDIR/scripts/package_install.sh install.sh
|
|
|
touch popufare.witness
|
|
touch popufare.witness
|
|
|
|
|
|
|
|
|
|
+ # copy over site specific files that overwrite default
|
|
|
|
|
+ # files.
|
|
|
|
|
+ #
|
|
|
|
|
+ for fn in `find ../../site -type f` ; do
|
|
|
|
|
+ dstfn=`echo "$fn" | sed 's;^\.\./\.\./site\/;;'`
|
|
|
|
|
+ cp -L -f $fn $dstfn
|
|
|
|
|
+ done
|
|
|
|
|
+
|
|
|
tar -czf ../$pkgfile *
|
|
tar -czf ../$pkgfile *
|
|
|
|
|
|
|
|
popd > /dev/null
|
|
popd > /dev/null
|