auto


Logs | Files | README | LICENSE | GitLab


1
commit ae2969d6994b6b8ac633ca68c0e6a5092ee886f0
2
Author: nvx1 <[email protected]>
3
Date:   Thu Mar 31 09:48:05 2022 +0200
4
5
    Update.
6
---
7
 PKGBUILD                            | 4 ++--
8
 Auto-PreInstall => autoCleanInstall | 0
9
 AutoInstall => autoInstall          | 0
10
 AutoPart => autoPart                | 0
11
 4 files changed, 2 insertions(+), 2 deletions(-)
12
13
diff --git a/PKGBUILD b/PKGBUILD
14
index 49745b1..e1bb18e 100644
15
--- a/PKGBUILD
16
+++ b/PKGBUILD
17
@@ -15,7 +15,7 @@ sha256sums=('SKIP')
18
 
19
 package() {
20
   cd "$srcdir"
21
-    install -Dm755 ${_pkgname}/{autoInstall,autoCleanInstall,AutoPart} -t "${pkgdir}/opt/${_pkgname}"
22
-    install -Dm755 ${_pkgname}/{autoCleanInstall,AutoInstall,AutoPart} -t "${pkgdir}/usr/bin"
23
+    install -Dm755 ${_pkgname}/{autoInstall,autoCleanInstall,autoPart} -t "${pkgdir}/opt/${_pkgname}"
24
+    install -Dm755 ${_pkgname}/{autoCleanInstall,AutoInstall,autoPart} -t "${pkgdir}/usr/bin"
25
     install -Dm644 ${_pkgname}/LICENSE "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
26
 }
27
diff --git a/Auto-PreInstall b/autoCleanInstall
28
similarity index 100%
29
rename from Auto-PreInstall
30
rename to autoCleanInstall
31
diff --git a/AutoInstall b/autoInstall
32
similarity index 100%
33
rename from AutoInstall
34
rename to autoInstall
35
diff --git a/AutoPart b/autoPart
36
similarity index 100%
37
rename from AutoPart
38
rename to autoPart