Search
j0ke.net Open Build Service
>
Projects
>
ha
:
firewall
>
ipclassify
> ipclassify-install.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File ipclassify-install.patch of Package ipclassify
--- makefile.orig 2011-11-22 16:16:37.000000000 +0100 +++ makefile 2011-11-22 22:10:46.840632607 +0100 @@ -100,24 +100,24 @@ $(CC) $(CFLAGS) $(DEFINES) -o $@ $^ $(LIBS) install: ipclassify - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/usr/bin - $(INSTALL) -o root -g root -m 755 ipclassify $(DESTDIR)/usr/bin/ipclassify - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/var/spool/ipclassify - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/lib/systemd/system - ${INSTALL} -o root -g root -m 644 ipclassify.service $(DESTDIR)/lib/systemd/system/ipclassify.service - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/sysconfig - ${INSTALL} -o root -g root -m 644 ipclassify.sysconfig $(DESTDIR)/etc/sysconfig/ipclassify - ${INSTALL} -o root -g root -m 644 ipclassify.conf $(DESTDIR)/etc/ipclassify.conf - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/logrotate.d - ${INSTALL} -o root -g root -m 644 ipclassify.logrotate $(DESTDIR)/etc/logrotate.d/ipclassify - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/logwatch/scripts/services - ${INSTALL} -o root -g root -m 755 ipclassify.logwatch $(DESTDIR)/etc/logwatch/scripts/services/ipclassify - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/logwatch/conf/logfiles - ${INSTALL} -o root -g root -m 755 ipclassify.logfiles.conf $(DESTDIR)/etc/logwatch/conf/logfiles/ipclassify.conf - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/etc/logwatch/conf/services - ${INSTALL} -o root -g root -m 755 ipclassify.services.conf $(DESTDIR)/etc/logwatch/conf/services/ipclassify.conf - $(INSTALL) -d -o root -g root -m 755 $(DESTDIR)/usr/share/man/man8 - ${INSTALL} -o root -g root -m 644 ipclassify.8 $(DESTDIR)/usr/share/man/man8/ipclassify.8 + $(INSTALL) -d -m 755 $(DESTDIR)/usr/bin + $(INSTALL) -m 755 ipclassify $(DESTDIR)/usr/bin/ipclassify + $(INSTALL) -d -m 755 $(DESTDIR)/var/spool/ipclassify + $(INSTALL) -d -m 755 $(DESTDIR)/lib/systemd/system + ${INSTALL} -m 644 ipclassify.service $(DESTDIR)/lib/systemd/system/ipclassify.service + $(INSTALL) -d -m 755 $(DESTDIR)/etc/sysconfig + ${INSTALL} -m 644 ipclassify.sysconfig $(DESTDIR)/etc/sysconfig/ipclassify + ${INSTALL} -m 644 ipclassify.conf $(DESTDIR)/etc/ipclassify.conf + $(INSTALL) -d -m 755 $(DESTDIR)/etc/logrotate.d + ${INSTALL} -m 644 ipclassify.logrotate $(DESTDIR)/etc/logrotate.d/ipclassify + $(INSTALL) -d -m 755 $(DESTDIR)/etc/logwatch/scripts/services + ${INSTALL} -m 755 ipclassify.logwatch $(DESTDIR)/etc/logwatch/scripts/services/ipclassify + $(INSTALL) -d -m 755 $(DESTDIR)/etc/logwatch/conf/logfiles + ${INSTALL} -m 755 ipclassify.logfiles.conf $(DESTDIR)/etc/logwatch/conf/logfiles/ipclassify.conf + $(INSTALL) -d -m 755 $(DESTDIR)/etc/logwatch/conf/services + ${INSTALL} -m 755 ipclassify.services.conf $(DESTDIR)/etc/logwatch/conf/services/ipclassify.conf + $(INSTALL) -d -m 755 $(DESTDIR)/usr/share/man/man8 + ${INSTALL} -m 644 ipclassify.8 $(DESTDIR)/usr/share/man/man8/ipclassify.8 tarfile: -\rm -f ipclassify-${VERSION}.tar