Skip to content

Commit

Permalink
imp - Added exception for PKGBUILDs
Browse files Browse the repository at this point in the history
---

The PKGBUILD files can only have line endings of LF and makepkg will error
out the moment it encounters Windows-style line endings.

---

Type: imp
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Jan 14, 2025
1 parent 0ab4acd commit 06ebd47
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
private/KSTests/TestData/TestText.txt text eol=lf
*.sh text eol=lf
PKGBUILD* text eol=lf

0 comments on commit 06ebd47

Please sign in to comment.