Sophie

Sophie

distrib > Mageia > 5 > i586 > by-pkgid > 7388297513de2a0c27f1f250b4cdfbde > files > 3

desktop-common-data-3.10-1.mga5.src.rpm

#!/bin/sh
# script to generate tarball
set -e

name=desktop-common-data
giturl="git://git.mageia.org/software/desktop/common-data"

cd $(dirname $0)
[ -d $name.git ] || git clone -s $giturl $name.git
cd $name.git
make dist-git