summaryrefslogtreecommitdiff
path: root/debian/rules
diff options
context:
space:
mode:
authorTheodore Ts'o <tytso@mit.edu>2006-11-12 20:22:06 -0500
committerTheodore Ts'o <tytso@mit.edu>2006-11-12 20:22:06 -0500
commit8d54e8f2c5df737d06da20f289d46d0a34c42f48 (patch)
treec6e02e380930367718d2fd2509234ade21ccfadd /debian/rules
parent927566a3abfdb576c53b42898affb78333e7299a (diff)
downloade2fsprogs-8d54e8f2c5df737d06da20f289d46d0a34c42f48.tar.gz
Update draft-leach-uuids-guids-01.txt with rfc4122.txt
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
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