We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d72e5dd commit e1d6c2dCopy full SHA for e1d6c2d
1 file changed
debian/rules
@@ -49,7 +49,8 @@ override_dh_auto_install:
49
dh_auto_install --sourcedirectory=libs/bindings/perl --destdir=debian/libpostscriptbarcode-perl
50
dh_auto_install --sourcedirectory=libs/bindings/python --buildsystem=pybuild
51
# Hack for broken expectations of Swig with recent Ubuntu
52
- [ ! -e /usr/bin/mkdir ] && sed -i -e 's/\/usr\/bin\/mkdir/mkdir/' libs/bindings/ruby/Makefile || :
+ pwd
53
+ [ ! -e /usr/bin/mkdir ] && sed -i -e 's/\/usr\/bin\/mkdir/mkdir/' ../libs/bindings/ruby/Makefile || :
54
LD_LIBRARY_PATH=libs/c:$(LD_LIBRARY_PATH) dh_auto_install --buildsystem=ruby
55
56
override_dh_auto_clean:
0 commit comments