X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=contrib%2Fasdf-module.mk;fp=contrib%2Fasdf-module.mk;h=a9e55d750f345b7d9a2260f55e9e0a2a4997d0a9;hb=79a7407034c36e82fa2eca1daa23aae9af6391bd;hp=132a25af3f96e38b565236eb822c1c0ebf5270a0;hpb=38cf000d1082aa571d2f7245a7812023e1c8e065;p=sbcl.git diff --git a/contrib/asdf-module.mk b/contrib/asdf-module.mk index 132a25a..a9e55d7 100644 --- a/contrib/asdf-module.mk +++ b/contrib/asdf-module.mk @@ -35,4 +35,4 @@ test: all # preserve owner, so chown after installing for the current user. install: $(EXTRA_INSTALL_TARGETS) tar cf - . | ( cd "$(BUILD_ROOT)$(INSTALL_DIR)" && tar xpvf - ) - find "$(BUILD_ROOT)$(INSTALL_DIR)" -type f -exec chown `id -u`:`id -g` {} \; + find "$(BUILD_ROOT)$(INSTALL_DIR)" -exec chown `id -u`:`id -g` {} \;