X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;ds=sidebyside;f=debian%2Frules;h=13a2f2b90cb6430b21a916c2843df63d362f8857;hb=b71bebed41caaa112ba103173ad614378d66a9e8;hp=db885c7d741b0b934c87e47e0710e1df0103ed89;hpb=7faf709324cb60862a3db68990f3a275edcec184;p=ossec-hids.git diff --git a/debian/rules b/debian/rules index db885c7..13a2f2b 100755 --- a/debian/rules +++ b/debian/rules @@ -110,7 +110,7 @@ install: build # system ossec-init echo "DIRECTORY=\"/var/ossec\"" > $(PKGDIR)/etc/ossec-init.conf echo "VERSION=\"`cat src/VERSION`\"" >> $(PKGDIR)/etc/ossec-init.conf - echo "DATE=\"$(date --utc -d "$(dpkg-parsechangelog | sed -ne 's/Date: //p')")\"" >> $(PKGDIR)/etc/ossec-init.conf + echo "DATE=\"$(shell date --utc -d "$(shell dpkg-parsechangelog | sed -ne 's/Date: //p')")\"" >> $(PKGDIR)/etc/ossec-init.conf echo "TYPE=\"local\"" >> $(PKGDIR)/etc/ossec-init.conf # Build architecture-independent files here.