Skip to content

Commit

Permalink
Add missing reference to DESTDIR to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Loschwitz committed Aug 29, 2012
1 parent 989c898 commit 2863acb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@
# define some common variables
INSTALL = /usr/bin/install

default:

install:
mkdir -p $(DESTDIR)/resource.d/openstack
mkdir -p $(DESTDIR)/usr/lib/ocf/resource.d/openstack
for file in ocf/*; do \
$(INSTALL) -t $(DESTDIR)/usr/lib/ocf/resource.d/openstack -m 0755 $${file} ; \
done

0 comments on commit 2863acb

Please sign in to comment.