something odd happened with DESTIR on the way to the build

SVN revision: 2497
This commit is contained in:
llane 2000-04-18 19:44:36 +00:00 committed by llane
parent 1e9bf450c4
commit 2781ea571c
2 changed files with 5 additions and 4 deletions

5
debian/changelog vendored
View File

@ -1,10 +1,11 @@
eterm (0.9.1-0.2000031201) unstable; urgency=low
eterm (0.9.1-0.2000041801) unstable; urgency=low
* A CVS release.
-- Laurence J. Lane <ljlane@debian.org> Sun, 12 Mar 2000 20:31:05 -0500
-- Laurence J. Lane <ljlane@debian.org> Tue, 18 Apr 2000 15:12:22 -0400
Local variables:
mode: debian-changelog
add-log-mailing-address: "ljlane@debian.org"
End:
eoch

4
debian/rules vendored
View File

@ -9,7 +9,7 @@
export DH_COMPAT=1
pwd:=$(shell pwd)
cfg = --mandir=$(pwd)/tmp/usr/share/man --enable-fsstd \
cfg = --mandir=/usr/share/man --enable-fsstd \
--enable-xim --with-backspace=del --with-delete=execute
build: build-stamp
@ -50,7 +50,7 @@ install: build
dh_installdirs
# Add here commands to install the package into debian/tmp.
$(MAKE) install prefix=$(pwd)/debian/tmp/usr
$(MAKE) install DESTDIR=$(pwd)/debian/tmp
install -d $(pwd)/debian/tmp/usr/share/doc/eterm
install $(pwd)/ChangeLog $(pwd)/debian/tmp/usr/share/doc/eterm