Skip to content

Commit

Permalink
build: kisebb javítások
Browse files Browse the repository at this point in the history
  • Loading branch information
rezso committed Apr 5, 2018
1 parent 47f82c9 commit 8a595d9
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/build/build
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@ scrollout
# peritus <[email protected]>
# Páder Rezső <[email protected]>

BUILD_VERSION="0.12.3"
BUILD_VERSION="1.3.4"
VENDOR="UHU Linux Baráti Kör"
# PACKAGER=${PACKAGER:=UBK <[email protected]>}
PACKAGER=${PACKAGER:=UBK <ubk@ubk.hu>}
BUILD_GPGKEY=${BUILD_GPGKEY:=UBK}

case `basename $0` in
build)
Expand Down Expand Up @@ -75,7 +76,7 @@ for i in "$@"; do
export UB_ARCH="amd64"
shift;;
-32)
if [ "$UHUBUILD_DISTR" = "UBK3" ]; then
if [ "$UHUBUILD_DISTR" == "UBK3" ]; then
redecho " 32 bites fordítás nem lehetséges."
else
yellowecho "32 bites fordítás."
Expand Down Expand Up @@ -174,7 +175,7 @@ for i in "$@"; do
appleecho "64 bites fordítás. Ez az alapértelmezett."
echo
appleecho "[-32]:"
appleecho "32 bites fordítás."
appleecho "32 bites fordítás. UBK3 és későbbi kiadások esetén nem használható."
echo
appleecho "[-ns|--no-snapshot]:"
appleecho "Nem készülnek snapshot fájlok."
Expand Down Expand Up @@ -329,6 +330,8 @@ trap 'rm -rf $UHUBUILD_RESULTDIR' EXIT

cd "$UHUBUILD_PATH"/packages-${UHUBUILD_DISTR}/${UB_ARCH}

yellowecho "Packages, Packages.gz készítése"

rm -f Packages{,.gz} Contents{,.gz} Release{,.gpg}

if [ -x /usr/bin/uhu-reposign ]; then
Expand Down Expand Up @@ -448,6 +451,8 @@ echo

cd "$UHUBUILD_PATH"/packages-${UHUBUILD_DISTR}/${UB_ARCH}

yellowecho "Packages, Packages.gz készítése"

rm -f Packages{,.gz} Contents{,.gz} Release{,.gpg}

if [ -x /usr/bin/uhu-reposign ]; then
Expand Down

0 comments on commit 8a595d9

Please sign in to comment.