Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
core
Commits
4bac3e26
Commit
4bac3e26
authored
Mar 03, 2016
by
Xuetian Weng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add missing return 1 for warning
parent
a19635e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
kactivities-frameworks/PKGBUILD
kactivities-frameworks/PKGBUILD
+1
-0
No files found.
kactivities-frameworks/PKGBUILD
View file @
4bac3e26
...
...
@@ -34,6 +34,7 @@ package() {
if
[
"
$(
vercmp
${
pkgver
}
5.19.0
)
"
==
1
]
;
then
echo
"Please make PKGBUILD use plain make install, this is only for 5.19 with plasma 5.6"
return
1
fi
make
DESTDIR
=
"
${
pkgdir
}
"
-C
src/lib
install
make
DESTDIR
=
"
${
pkgdir
}
"
-C
src/imports
install
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment