Skip to content

Commit

Permalink
Updated script
Browse files Browse the repository at this point in the history
  • Loading branch information
ulises-jeremias committed Feb 19, 2022
1 parent 901a198 commit c1e01d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions install
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ PKGNAME=${PKGNAME:-"dots"}

install -d "${PKGDIR}/opt/${PKGNAME}"
cp -Rf "${ROOT}"/* "${PKGDIR}/opt/${PKGNAME}"
install -Dm644 -t -C LICENSE "${PKGDIR}/usr/share/licenses/${PKGNAME}/"
install -Dm644 -t -C README.md "${PKGDIR}/usr/share/doc/${PKGNAME}/"
install -Dm755 -t -C dots "${PKGDIR}/usr/bin/"
install -Dm755 -t -C dots-scripts "${PKGDIR}/usr/bin/"
install -Dm644 -t LICENSE "${PKGDIR}/usr/share/licenses/${PKGNAME}/"
install -Dm644 -t README.md "${PKGDIR}/usr/share/doc/${PKGNAME}/"
install -Dm755 -t dots "${PKGDIR}/usr/bin/"
install -Dm755 -t dots-scripts "${PKGDIR}/usr/bin/"

0 comments on commit c1e01d7

Please sign in to comment.