X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=debian%2Frules;h=17539538886538213055fc232233ecd595820a15;hp=9de1b7f008c1c01fe4331bbf38aa00fe07da8e03;hb=bec77f4d42084a7e9fcd05627e70624dcd31cfdc;hpb=b0005fe995b8cf42175f35667b8e4b5794d966c2 diff --git a/debian/rules b/debian/rules index 9de1b7f..1753953 100755 --- a/debian/rules +++ b/debian/rules @@ -43,7 +43,7 @@ build-arch-stamp: $(MAKE) all ${MAKE} install ${MAKE} clean - ./configure --prefix=$(DESTDIR-P4)/usr --mandir=$(DESTDIR-P4)/usr/share/man --datadir=$(HELPDIR) --with-ctn --mcpu=athlon + ./configure --prefix=$(DESTDIR-ATHLON)/usr --mandir=$(DESTDIR-ATHLON)/usr/share/man --datadir=$(HELPDIR) --with-ctn --with-mcpu=athlon $(MAKE) all ${MAKE} install touch build-arch-stamp @@ -77,8 +77,12 @@ install: build dh_clean -k dh_installdirs # Add here commands to install the package into debian/ctsim. - dh_installdirs -p $(pkg-help) $(pixmap-dir) - dh_install -p $(pkg-help) debian/ctsim.xpm $(pixmap-dir) + dh_installdirs -p $(pkg) $(pixmap-dir) + dh_installdirs -p $(pkg-p4) $(pixmap-dir) + dh_installdirs -p $(pkg-athlon) $(pixmap-dir) + dh_install -p $(pkg) debian/ctsim.xpm $(pixmap-dir) + dh_install -p $(pkg-p4) debian/ctsim.xpm $(pixmap-dir) + dh_install -p $(pkg-athlon) debian/ctsim.xpm $(pixmap-dir) dh_install -p $(pkg-help) docs/ctsim.htb $(ctsim-shared) dh_install -p $(pkg-doc) docs/html $(doc-dir) dh_link -p $(pkg-doc) $(doc-dir)/html/$(pkg)_contents.html $(doc-dir)/html/index.html