diff options
author | Yohann Ferreira <bertram@cegetel.net> | 2005-08-03 20:04:15 +0000 |
---|---|---|
committer | Yohann Ferreira <bertram@cegetel.net> | 2005-08-03 20:04:15 +0000 |
commit | 69fdade0cc352e7964d619f1ba65e68c57d8ba04 (patch) | |
tree | b09b50e040df3cf0a0f7856db6aecf2790c036e0 /debian/rules | |
parent | 64f76755a6873913b4dd0db7a389277faf428f4d (diff) | |
download | mana-69fdade0cc352e7964d619f1ba65e68c57d8ba04.tar.gz mana-69fdade0cc352e7964d619f1ba65e68c57d8ba04.tar.bz2 mana-69fdade0cc352e7964d619f1ba65e68c57d8ba04.tar.xz mana-69fdade0cc352e7964d619f1ba65e68c57d8ba04.zip |
Debian packaging files update
Diffstat (limited to 'debian/rules')
-rwxr-xr-x | debian/rules | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/rules b/debian/rules index 27a82c63..c5525209 100755 --- a/debian/rules +++ b/debian/rules @@ -27,7 +27,7 @@ endif config.status: configure dh_testdir ./autogen.sh - CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man6/man --infodir=/usr/share/doc/tmw --datadir=/usr/share/games --bindir=/usr/games + CFLAGS="$(CFLAGS)" ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=/usr/share/man6/man --infodir=/usr/share/doc/tmw --datadir=/usr/share/games --bindir=/usr/games --with-opengl build: build-stamp @@ -64,9 +64,9 @@ install: build # Build architecture-independent files here. binary-indep: build install - DESTDIR=$(CURDIR)/debian/tmp/ \ - $(MAKE) install datadir=/usr/share/games bindir=/usr/games \ - desktopdir=/usr/share/applications + #DESTDIR=$(CURDIR)/debian/tmp/ \ + # $(MAKE) install datadir=/usr/share/games bindir=/usr/games \ + # desktopdir=/usr/share/applications cp data/icons/tmw-icon.xpm debian/tmp/usr/share/pixmaps/tmw.xpm cp data/icons/tmw-icon.png debian/tmp/usr/share/pixmaps/tmw.png @@ -79,7 +79,7 @@ binary-arch: build install dh_installchangelogs ChangeLog dh_installdocs dh_installexamples -# dh_install + dh_install dh_installmenu dh_desktop # dh_installdebconf |