summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
Diffstat (limited to 'debian/rules')
-rwxr-xr-xdebian/rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules
index 4448418f..3b121e3d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -343,7 +343,7 @@ binary-arch: install install-udeb
$(INSTALL) -d ${debdir}/uuid-dev/usr/share/doc/libuuid${UUID_SOVERSION}
if test -f /etc/lsb-release && \
grep -q DISTRIB_ID=Ubuntu /etc/lsb-release; then \
- $(INSTALL) -p -m 0644 doc/draft-leach-uuids-guids-01.txt \
+ $(INSTALL) -p -m 0644 doc/rfc4122.txt \
${debdir}/uuid-dev/usr/share/doc/libuuid${UUID_SOVERSION}; \
fi