[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
1.6.0 DESTDIR install broken
From: |
Timshel Knoll |
Subject: |
1.6.0 DESTDIR install broken |
Date: |
02 May 2002 00:43:14 +1000 |
Errr... don't hate me forever for this ... but 1.6.0 installs using
DESTDIR don't work :-( They worked fine in -pre10 ... looks like your
magic to install pt_BR-parted.8 doesn't quite do enough. I can't work
out exactly what you've done there, the install code is in Makefile.in
but not Makefile.am ... how did you do that? Anyway, you should be
installing pt_BR-parted.8 to $(DESTDIR)$(mandir)/pt_BR-parted.8, rather
than just plain $(mandir)/pt_BR-parted.8.
dh_testroot
dh_clean -k
dh_installdirs
/usr/bin/make -C build install
DESTDIR=/home/timshel/src/debian/work/parted1.6-1.6.0/debian/tmp
make[1]: Entering directory
`/home/timshel/src/debian/work/parted1.6-1.6.0/build'
<lots of install stuff snipped>
Making install in doc
make[2]: Entering directory
`/home/timshel/src/debian/work/parted1.6-1.6.0/build/doc'
make[3]: Entering directory
`/home/timshel/src/debian/work/parted1.6-1.6.0/build/doc'
make[3]: Nothing to be done for `install-exec-am'.
/usr/bin/install -c -D ../../doc/pt_BR-parted.8
/usr/share/man/pt_BR/man8/parted.8
/usr/bin/install: cannot create regular file
`/usr/share/man/pt_BR/man8/parted.8': Permission denied
make[3]: *** [install-data-local] Error 1
make[3]: Leaving directory
`/home/timshel/src/debian/work/parted1.6-1.6.0/build/doc'
Sorry to do this to you :-/
Cheers,
Timshel
--
Timshel Knoll <address@hidden>, Debian email: <address@hidden>
Debian GNU/Linux developer: http://people.debian.org/~timshel/
GnuPG public key: finger address@hidden
- 1.6.0 DESTDIR install broken,
Timshel Knoll <=