Replace libexecdir with datadir
[zfs.git] / scripts / zpios-profile / Makefile.am
index 403c020..c87f169 100644 (file)
@@ -1,25 +1,7 @@
-pkglibexecdir = $(libexecdir)/@PACKAGE@/zpios-profile
-dist_pkglibexec_SCRIPTS = \
+pkgdataprofiledir = $(pkgdatadir)/zpios-profile
+dist_pkgdataprofile_SCRIPTS = \
        $(top_srcdir)/scripts/zpios-profile/zpios-profile-disk.sh \
        $(top_srcdir)/scripts/zpios-profile/zpios-profile-pids.sh \
        $(top_srcdir)/scripts/zpios-profile/zpios-profile-post.sh \
        $(top_srcdir)/scripts/zpios-profile/zpios-profile-pre.sh \
        $(top_srcdir)/scripts/zpios-profile/zpios-profile.sh
-
-all:
-       @list='$(dist_pkglibexec_SCRIPTS)'; \
-       for file in $$list; do \
-               link=$$(basename $$file); \
-               if [ ! -e $$link ]; then \
-                       $(LN_S) $$file $$link; \
-               fi \
-       done
-
-clean:
-       @list='$(dist_pkglibexec_SCRIPTS)'; \
-       for file in $$list; do \
-               link=$$(basename $$file); \
-               if [ -L $$link ]; then \
-                       $(RM) $$link; \
-               fi \
-       done