diff options
author | Bill Nottingham <notting@redhat.com> | 2008-09-30 14:56:20 -0400 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 2008-09-30 14:56:20 -0400 |
commit | ed155895fe5cefe27dd166c36e8ffece97cb20e4 (patch) | |
tree | 109f643a098c2a03013d3804ddaa7736b9dbab1c /Makefile | |
parent | c17312436a132e671fa5a7285e64ea8d6adcf071 (diff) | |
download | initscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.tar initscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.tar.gz initscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.tar.bz2 initscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.tar.xz initscripts-ed155895fe5cefe27dd166c36e8ffece97cb20e4.zip |
Fix udev rule location in some more places.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ clean: @rm -fv *~ changenew ChangeLog.old *gz tag: - @git tag -a -m "Tag as $(TAG)" $(TAG) + @git tag -a -f -m "Tag as $(TAG)" $(TAG) @echo "Tagged as $(TAG)" archive: clean check tag changelog |