mirror of
https://github.com/owntracks/recorder.git
synced 2026-08-27 16:57:21 +00:00
fix permissions on files installed to share/docs/ot-recorder
addresses #513
This commit is contained in:
@@ -7,8 +7,8 @@ tempdir=$(mktemp -d /tmp/ot-XXX)
|
||||
make install DESTDIR=$tempdir
|
||||
|
||||
mkdir -p $tempdir/usr/share/doc/ot-recorder
|
||||
install -D README.md $tempdir/usr/share/doc/ot-recorder/README.md
|
||||
install -D etc/ot-recorder.service $tempdir/usr/share/doc/ot-recorder/ot-recorder.service
|
||||
install -D -m644 README.md $tempdir/usr/share/doc/ot-recorder/README.md
|
||||
install -D -m644 etc/ot-recorder.service $tempdir/usr/share/doc/ot-recorder/ot-recorder.service
|
||||
|
||||
|
||||
name="ot-recorder"
|
||||
|
||||
@@ -6,8 +6,8 @@ tempdir=$(mktemp -d /tmp/ot-XXX)
|
||||
|
||||
make install DESTDIR=$tempdir
|
||||
|
||||
install -D README.md $tempdir/usr/share/doc/ot-recorder/README.md
|
||||
install -D etc/ot-recorder.service $tempdir/usr/share/doc/ot-recorder/ot-recorder.service
|
||||
install -D -m644 README.md $tempdir/usr/share/doc/ot-recorder/README.md
|
||||
install -D -m644 etc/ot-recorder.service $tempdir/usr/share/doc/ot-recorder/ot-recorder.service
|
||||
|
||||
name="ot-recorder"
|
||||
# add -0 to indicate "not in Debian" as per Roger's suggestion
|
||||
|
||||
@@ -6,8 +6,8 @@ tempdir=$(mktemp -d /tmp/ot-XXX)
|
||||
|
||||
make install DESTDIR=$tempdir
|
||||
|
||||
install -D README.md $tempdir/usr/share/doc/ot-recorder/README.md
|
||||
install -D etc/ot-recorder.service $tempdir/usr/share/doc/ot-recorder/ot-recorder.service
|
||||
install -D -m644 README.md $tempdir/usr/share/doc/ot-recorder/README.md
|
||||
install -D -m644 etc/ot-recorder.service $tempdir/usr/share/doc/ot-recorder/ot-recorder.service
|
||||
|
||||
name="ot-recorder"
|
||||
# add -0 to indicate "not in Debian" as per Roger's suggestion
|
||||
|
||||
Reference in New Issue
Block a user