File: install-html.sh

package info (click to toggle)
pam 1.7.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 8,268 kB
  • sloc: ansic: 36,301; xml: 21,687; perl: 972; sh: 836; yacc: 412; lex: 64; makefile: 56; python: 21
file content (7 lines) | stat: -rwxr-xr-x 184 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/sh -eu

cd "$1"; shift
MESON_INSTALL_DESTDIR=${MESON_INSTALL_DESTDIR_PREFIX%$MESON_INSTALL_PREFIX}
dest="$MESON_INSTALL_DESTDIR$1"; shift

install -p -m644 -t "$dest" -- *.html