diff options
| author | Christian Rößler | 2013-09-10 16:50:49 +0200 |
|---|---|---|
| committer | Christian Rößler | 2013-09-10 16:50:49 +0200 |
| commit | 4cbe3ee407dcc12f38f3b9d098ba880a93cb4d5e (patch) | |
| tree | fba729e32d5963f9e58eb72bdd8059cfb6c1a3a9 | |
| parent | [systemd] Cave: Possible breaker: build file doesn't install kmod anymore int... (diff) | |
| download | tm-scripts-4cbe3ee407dcc12f38f3b9d098ba880a93cb4d5e.tar.gz tm-scripts-4cbe3ee407dcc12f38f3b9d098ba880a93cb4d5e.tar.xz tm-scripts-4cbe3ee407dcc12f38f3b9d098ba880a93cb4d5e.zip | |
[system.inc] LIB64 depending on SYS_DISTRIBUTION now perror, not pwarning.
| -rw-r--r-- | helper/system.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helper/system.inc b/helper/system.inc index 1d2bdf06..bbab4a40 100644 --- a/helper/system.inc +++ b/helper/system.inc @@ -25,7 +25,7 @@ if [ "$(uname -m)x" = "x86_64x" ]; then case $SYS_DISTRIBUTION in ubuntu | debian) LIB64="lib" ;; opensuse) LIB64="lib64" ;; - *) pwarning "Cannot set LIB64, SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown / not set!" ;; + *) perror "Cannot set LIB64, SYS_DISTRIBUTION: $SYS_DISTRIBUTION unknown / not set!" ;; esac AMD64_I386=amd64 X86_64_I586=x86_64 |
