~ubuntu-branches/ubuntu/utopic/luajit/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Package Import Robot
  • Author(s): Enrico Tassi
  • Date: 2014-04-25 21:37:45 UTC
  • Revision ID: package-import@ubuntu.com-20140425213745-c0i8a8a90mch8qh5
Tags: 2.0.3+dfsg-3
Fix FTBFS when /sbin is not in $PATH (Closes: 744917) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
11
11
        make amalg PREFIX=/usr CC=gcc MULTILIB=lib/$(DEB_HOST_MULTIARCH)
12
12
 
13
13
override_dh_auto_install:
14
 
        make install PREFIX=/usr DESTDIR=$$PWD/debian/tmp/ MULTILIB=lib/$(DEB_HOST_MULTIARCH)
 
14
        make install PREFIX=/usr DESTDIR=$$PWD/debian/tmp/ MULTILIB=lib/$(DEB_HOST_MULTIARCH) LDCONFIG="/sbin/ldconfig -n"
15
15
        sed -i 's?^multilib=.*?multilib=lib/$(DEB_HOST_MULTIARCH)?' \
16
16
                debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/*.pc
17
17