Codebase list dillo / 73b1f78
Use $(CURDIR) instead of `pwd` in debian/rules Axel Beckert 12 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
6767 dh_testdir
6868 dh_testroot
6969 mkdir -p debian/dillo/etc
70 $(MAKE) DESTDIR=`pwd`/debian/dillo install
70 $(MAKE) DESTDIR=$(CURDIR)/debian/dillo install
7171 dh_installchangelogs ChangeLog
7272 dh_installdocs
7373 dh_installexamples