gnome-parch/build.sh

9 lines
119 B
Bash
Raw Normal View History

#!/bin/bash
rm -rf build
mkdir build
cd rootfs
zip -r ../build/rootfs.zip ./*
cd ../build
cp ../PKGBUILD .
makepkg -sc