Add back the newline character at the end of files #18

Merged
rokosun merged 6 commits from refs/pull/18/head into main 2022-10-02 15:29:49 +02:00
Showing only changes of commit 1ad69a9b83 - Show all commits

Add newline at the end for PKGBUILD

Rokosun 2022-10-02 15:13:08 +02:00

View file

@ -55,4 +55,4 @@ package() {
install -d ${pkgdir}/etc/profile.d/
install -Dm644 ${srcdir}/tromjaro-fixes.sh ${pkgdir}/etc/profile.d/
}
}