Theoderich / mod-auth-token

Automatically exported from code.google.com/p/mod-auth-token
Apache License 2.0
1 stars 0 forks source link

'make install' with DESTDIR fails #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Nearly all Linux packaging systems use 'make DESTDIR=/tmp/path/to/temp/location 
install' instead of a plain 'make install' to create packages.

I had to apply the following patch to get mod_auth_token to play nicely with 
Debian's packaging system.

If DESTDIR is not set, the package works as it currently does.

Here's the rationale behind DESTDIR.

Original issue reported on code.google.com by remi.car...@smartjog.com on 17 Jan 2011 at 3:30

Attachments:

GoogleCodeExporter commented 8 years ago
Here's the rationale behind DESTDIR _with_ the intended url...

http://www.gnu.org/software/automake/manual/automake.html#DESTDIR

Original comment by remi.car...@smartjog.com on 17 Jan 2011 at 4:03

GoogleCodeExporter commented 8 years ago
you are right, going to merge it. thanks

Original comment by teixeira...@gmail.com on 19 Apr 2011 at 2:58

GoogleCodeExporter commented 8 years ago
Merged

Original comment by teixeira...@gmail.com on 19 Apr 2011 at 3:37