File: step310.cmd

package info (click to toggle)
debmake-doc 1.22-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 12,952 kB
  • sloc: makefile: 916; sh: 692; python: 202; ansic: 114; sed: 16
file content (7 lines) | stat: -rwxr-xr-x 245 bytes parent folder | download
1
2
3
4
5
6
7
# @ ${SOURCE_PATH}
# Let's pretend to edit Makefile in source interactively
echo " \$ vim Makefile"
echo " ... hack, hack, hack, ..."
# Let's edit Makefile non-interactively
sed -i -e 's/\/usr\/local/\$(DESTDIR)\/usr/' Makefile
L "cat Makefile"