]> git.pld-linux.org Git - packages/ardour.git/commitdiff
- new head/tail syntax
authorankry <ankry@pld-linux.org>
Mon, 5 Jan 2004 20:23:05 +0000 (20:23 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ardour.spec -> 1.10

ardour.spec

index 3325d921197dc1abfbb3bbe55ff1686a7e59f54e..5cd20fd7ed2784209a15278d8fff4503e06a5c55 100644 (file)
@@ -53,11 +53,11 @@ MMC, niedestruktywny, nieliniowy edytor oraz wtyczki LADSPA.
 
 install -d m4
 # extract AM_BUILD_ENVIRONMENT (patched!)
-tail +760 aclocal.m4 > m4/buildenv.m4
+tail -n +760 aclocal.m4 > m4/buildenv.m4
 # AC_UNIQUIFY_{LAST,FIRST}
-#tail +6685 libs/ardour/aclocal.m4 >> m4/buildenv.m4
+#tail -n +6685 libs/ardour/aclocal.m4 >> m4/buildenv.m4
 # AC_POSIX_RTSCHED
-tail +895 libs/pbd/aclocal.m4 | head -118 >> m4/buildenv.m4
+tail -n +895 libs/pbd/aclocal.m4 | head -n 118 >> m4/buildenv.m4
 
 %build
 %{__aclocal} -I m4
This page took 0.079186 seconds and 4 git commands to generate.