]> git.pld-linux.org Git - packages/poldek.git/commitdiff
just touch it auto/ac/poldek-0.30.0-2
authorElan Ruusamäe <glen@delfi.ee>
Mon, 8 Jul 2013 12:06:23 +0000 (15:06 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Mon, 8 Jul 2013 12:06:23 +0000 (15:06 +0300)
touch -r does not update full timestamp, only some granuality, meaning
make(1) will still invoke the action.

this is ac coreutils-8.10-5 on tmpfs /tmp:
$ touch -r poldek.conf.xml poldek.1
$ ls -l --full poldek.conf.xml poldek.1
-rw-r--r-- 1 glen users 11K 2013-07-08 14:56:56.298562000 +0300 poldek.1
-rw-r--r-- 1 glen users 24K 2013-07-08 14:56:56.298562293 +0300 poldek.conf.xml

poldek.spec

index 19bfd13bc1e4e213c33d5c051687d5604fbc4463..f0eecdfe0bfaa112dd55694846d2ee968deccbc6 100644 (file)
@@ -196,7 +196,7 @@ Moduły języka Python dla poldka.
 %patch2 -p1
 
 # avoid man regeneration, broken on ac
-touch -r doc/poldek.conf.xml doc/*.1
+touch doc/*.1
 
 # ac gcc does not have -Wextra
 %{__sed} -i -e '/-Wextra/d' configure.ac
This page took 0.155556 seconds and 4 git commands to generate.