]> xenbits.xensource.com Git - people/iwj/xen.git/commitdiff
debian/rules: Fix tiny typo
authorIan Jackson <ian.jackson@citrix.com>
Thu, 21 Feb 2019 16:02:24 +0000 (16:02 +0000)
committerIan Jackson <ian.jackson@citrix.com>
Fri, 22 Feb 2019 14:00:16 +0000 (14:00 +0000)
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
debian/rules

index d6a626430eeefe95998ef0209d320d11e226560d..6a4a5e19dc1345208e6d821d16c744d7cc7c2cfd 100755 (executable)
@@ -224,7 +224,7 @@ override_dh_auto_install: $(TEMPLATED_FILES)
        @# be in /usr/lib/<triplet>, not /usr/share.
        mv $t/usr/share/pkgconfig $t/usr/lib/$(DEB_HOST_MULTIARCH)/
        :
-       @# Inexplicably, upstream pots the efi binares in usr/lib64
+       @# Inexplicably, upstream puts the efi binares in usr/lib64
        case $(flavour) in \
                armhf) ;; \
                *) mv $t/usr/lib64/efi/* $t/boot/. ;; \