"Fossies" - the Fresh Open Source Software Archive

Member "fstransform-0.9.4/fstransform/build/Makefile.am" (31 Mar 2019, 377 Bytes) of package /linux/misc/fstransform-0.9.4.tar.gz:


As a special service "Fossies" has tried to format the requested text file into HTML format (style: standard) with prefixed line numbers. Alternatively you can here view or download the uninterpreted source code file. See also the latest Fossies "Diffs" side-by-side code changes report for "Makefile.am": 0.9.3_vs_0.9.4.

    1 sbin_SCRIPTS = fstransform
    2 
    3 fstransform:  ../fstransform-sh
    4 	sed 's/%PACKAGE_VERSION%/$(PACKAGE_VERSION)/g' <$< >fstransform.tmp
    5 	if test -x /bin/dash ; then \
    6 	  sed 's_#!/bin/bash_#!/bin/dash_g' <fstransform.tmp >$@ ; \
    7 	  rm -f fstransform.tmp ; \
    8 	else \
    9 	  mv fstransform.tmp $@ ; \
   10 	fi
   11 	chmod +x $@
   12 
   13 ../fstransform-sh:
   14 
   15 clean: clean-am
   16 	rm -f fstransform fstransform.tmp