This commit is contained in:
committed by
Git OBS Bridge
parent
cf62e5ae4d
commit
622c859b48
@@ -89,13 +89,12 @@ Index: xen-3.2-testing/tools/examples/Makefile
|
||||
|
||||
.PHONY: install-configs
|
||||
install-configs: $(XEN_CONFIGS)
|
||||
@@ -109,9 +97,7 @@ install-udev:
|
||||
@@ -109,8 +97,7 @@ install-udev:
|
||||
$(INSTALL_DIR) $(DESTDIR)$(UDEV_RULES_DIR)/rules.d
|
||||
for i in $(UDEV_RULES); \
|
||||
set -e; for i in $(UDEV_RULES); \
|
||||
do \
|
||||
- $(INSTALL_DATA) $$i $(DESTDIR)$(UDEV_RULES_DIR); \
|
||||
- ( cd $(DESTDIR)$(UDEV_RULES_DIR)/rules.d ; \
|
||||
- ln -sf ../$$i . ) \
|
||||
- ln -sf ../$$i $(DESTDIR)$(UDEV_RULES_DIR)/rules.d; \
|
||||
+ $(INSTALL_DATA) $$i $(DESTDIR)$(UDEV_RULES_DIR)/rules.d; \
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user