Commit d018ea2bdc04d5619fdf6e41bed26fe27c1a4ead
1 parent
51a166ef
Exists in
master
and in
1 other branch
Fixing "deb" build.
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
debian/rules
... | ... | @@ -56,7 +56,7 @@ install: build |
56 | 56 | make all |
57 | 57 | |
58 | 58 | # Install libv3270 |
59 | - make DESTDIR=$(PWD)/debian/libv3270 install-shared | |
59 | + make DESTDIR=$(PWD)/debian/libv3270 install-linux-lib | |
60 | 60 | find $(PWD)/debian/libv3270 -type f | sed -e "s@^$(PWD)/debian/libv3270/@/@g" > $(PWD)/debian/libv3270.install |
61 | 61 | |
62 | 62 | # Install glade | ... | ... |