projects
/
shgen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21565c6
)
fix broken i386 build support
author
ebelcrom
<ebelcrom@gmail.com>
Mon, 28 May 2018 22:00:21 +0000
(
00:00
+0200)
committer
ebelcrom
<ebelcrom@gmail.com>
Mon, 28 May 2018 22:00:21 +0000
(
00:00
+0200)
deb/make_deb.sh
patch
|
blob
|
blame
|
history
diff --git
a/deb/make_deb.sh
b/deb/make_deb.sh
index 9283591e23006d8863b34f1ecd2765a60e6a09f6..3038f64a65e41e96ed74073f0fde48efc156e3ca 100755
(executable)
--- a/
deb/make_deb.sh
+++ b/
deb/make_deb.sh
@@
-27,7
+27,7
@@
if [ "$(uname -m)" == "x86_64" ]; then
sudo apt-get install libcdk5:i386 libcdk5-dev:i386
# package binary of current architecture
export CC="gcc -m32"
- dpkg-buildpackage -us -uc
+ dpkg-buildpackage -us -uc
-a i386
unset CC
fi
popd