aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelipe2023-07-31 06:57:41 -0400
committerFelipe2023-07-31 06:57:41 -0400
commit8f288fc91b82746eafc5a755bbecc03158bbc07d (patch)
tree1f2792d09f623f0cd46d7c7a3bc9ce3d0199f59d
parent0b3dbe7650c13b4299a72e4a748b1325b93422f2 (diff)
downloadaur-8f288fc91b82746eafc5a755bbecc03158bbc07d.tar.gz
Updates v.1.0.4
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index ae3457fffb51..46f0558a7ef8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -18,7 +18,7 @@ build() {
cd "$srcdir"
# Usa term_notes_linux.c para la compilación
- gcc -o term-notes src/term_notes_linux.c
+ gcc -o term-notes term_notes_linux.c
}