[Pkg-nagios-changes] nagios2/debian rules,1.1,1.2
seanius at haydn.debian.org
seanius at haydn.debian.org
Sat Dec 3 15:02:11 UTC 2005
- Previous message: [Pkg-nagios-changes] nagios2/debian README.Debian, NONE, 1.1 TODO,
NONE, 1.1 changelog, NONE, 1.1 compat, NONE, 1.1 control, NONE,
1.1 nagios2-common.copyright, NONE, 1.1 nagios2-common.dirs,
NONE, 1.1 nagios2-common.docs, NONE, 1.1 nagios2.dirs, NONE,
1.1 nagios2.links, NONE, 1.1 rules, NONE, 1.1
- Next message: [Pkg-nagios-changes] nagios2/debian nagios2-common.examples, NONE,
1.1 rules, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/pkg-nagios/nagios2/debian
In directory haydn:/org/alioth.debian.org/chroot/home/users/seanius/tmp/cvs-serv16074/debian
Modified Files:
rules
Log Message:
zero out INSTALL_OPTS to prevent chowning at build-time
Index: rules
===================================================================
RCS file: /cvsroot/pkg-nagios/nagios2/debian/rules,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- rules 3 Dec 2005 14:38:22 -0000 1.1
+++ rules 3 Dec 2005 15:02:08 -0000 1.2
@@ -87,7 +87,8 @@
dh_testdir -a
dh_testroot -a
dh_installdirs -a -i
- make install DESTDIR=$b/nagios2
+ # zero out INSTALL_OPTS to prevent chowning at build-time
+ make install DESTDIR=$b/nagios2 INSTALL_OPTS=""
# move some arch-indep stuff to the nagios2-common package
mv $b/nagios2/usr/share/nagios $b/nagios2-common/usr/share/
mv $b/nagios2/var/log $b/nagios2-common/var
- Previous message: [Pkg-nagios-changes] nagios2/debian README.Debian, NONE, 1.1 TODO,
NONE, 1.1 changelog, NONE, 1.1 compat, NONE, 1.1 control, NONE,
1.1 nagios2-common.copyright, NONE, 1.1 nagios2-common.dirs,
NONE, 1.1 nagios2-common.docs, NONE, 1.1 nagios2.dirs, NONE,
1.1 nagios2.links, NONE, 1.1 rules, NONE, 1.1
- Next message: [Pkg-nagios-changes] nagios2/debian nagios2-common.examples, NONE,
1.1 rules, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Pkg-nagios-changes
mailing list