-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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) | ||
|
@@ -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." | ||
|
@@ -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." | ||
|
@@ -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 | ||
|
@@ -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 | ||
|