X-Git-Url: http://ncurses.scripts.mit.edu/?a=blobdiff_plain;f=test%2Fpackage%2Fdebian%2Frules;h=4e6d570ecc88d3307eca1f6fe12ceb69c0a7783d;hb=a20e6eb464be80b9cd8cae7ce925d27fe9c209ed;hp=1598d6fe896b306138bfbb253a2ef33a274a3c79;hpb=690589d8f19e38925db061296d4f704e4a965bb2;p=ncurses.git diff --git a/test/package/debian/rules b/test/package/debian/rules index 1598d6fe..4e6d570e 100755 --- a/test/package/debian/rules +++ b/test/package/debian/rules @@ -1,5 +1,5 @@ #!/usr/bin/make -f -# MAde with the aid of dh_make, by Craig Small +# Made with the aid of dh_make, by Craig Small # Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess. # Some lines taken from debmake, by Cristoph Lameter. @@ -75,6 +75,7 @@ config-$(NCURSES_PKG)-stamp: cd t/ncurses6; $(configure) \ --bindir=\$${prefix}/bin/$(NCURSES_PKG) \ + --datadir=\$${prefix}/share/$(NCURSES_PKG) \ --with-screen=ncursesw6 touch $@ @@ -87,6 +88,7 @@ config-$(NCURSEST_PKG)-stamp: cd t/ncursest6; $(configure) \ --bindir=\$${prefix}/bin/$(NCURSEST_PKG) \ + --datadir=\$${prefix}/share/$(NCURSEST_PKG) \ --with-screen=ncursestw6 touch $@