~chromium-team/chromium-browser/artful-beta

« back to all changes in this revision

Viewing changes to debian/rules

  • Committer: Chad MILLER
  • Date: 2015-05-20 18:58:52 UTC
  • Revision ID: chad.miller@canonical.com-20150520185852-n6r14m3f2zvp7ca4
fix lintian complaint debian-rules-should-not-use-pwd

Show diffs side-by-side

added added

removed removed

Lines of Context:
427
427
        pushd $(SNAPPY_ROOT)/private/libs && for try in 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20; do LC_ALL=C ldd *.so ../*.so ../*.a ../chromium-browser |grep -v " => not found" |grep " => " |cut -d\( -f1 |sort |uniq |while read want arrow foundat; do test -f "$$want" || test -z "$$foundat" || cp -v "$$foundat" ./; done; done
428
428
        -popd
429
429
 
430
 
        cd ..; $(SNAPPY_PKGR_TO_USE) build $(PWD)/$(SNAPPY_ROOT) || true
 
430
        cd ..; $(SNAPPY_PKGR_TO_USE) build $(CURDIR)/$(SNAPPY_ROOT) || true
431
431
endif
432
432
 
433
433