distributions/fedora/build.sh
branchv_0
changeset 188 54bacc7ed42b
parent 180 74a6d55da11c
child 250 aae5009bd0af
     1.1 --- a/distributions/fedora/build.sh	Sat May 16 20:13:43 2015 +0200
     1.2 +++ b/distributions/fedora/build.sh	Sat May 16 20:25:16 2015 +0200
     1.3 @@ -1,6 +1,22 @@
     1.4  #!/bin/bash
     1.5  
     1.6 -DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
     1.7 +# SQL-DK
     1.8 +# Copyright © 2014 František Kučera (frantovo.cz)
     1.9 +# 
    1.10 +# This program is free software: you can redistribute it and/or modify
    1.11 +# it under the terms of the GNU General Public License as published by
    1.12 +# the Free Software Foundation, either version 3 of the License, or
    1.13 +# (at your option) any later version.
    1.14 +# 
    1.15 +# This program is distributed in the hope that it will be useful,
    1.16 +# but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.17 +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    1.18 +# GNU General Public License for more details.
    1.19 +# 
    1.20 +# You should have received a copy of the GNU General Public License
    1.21 +# along with this program. If not, see <http://www.gnu.org/licenses/>.
    1.22 +
    1.23 +DIR="$( cd "$( dirname "$0" )" && pwd )"
    1.24  TOPDIR="$DIR/TMP";
    1.25  DBPATH="$DIR/TMP/RPMDB";
    1.26  
    1.27 @@ -12,4 +28,4 @@
    1.28  	-bb \
    1.29  	"$DIR/sql-dk.spec";
    1.30  	
    1.31 -cp "$TOPDIR"/RPMS/*/sql-dk-*.rpm .
    1.32 +cp "$TOPDIR"/RPMS/*/sql-dk-*.rpm $DIR/