Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
package-helpers
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
trisquel
package-helpers
Commits
f339cb76
Commit
f339cb76
authored
5 years ago
by
David Trudgian
Browse files
Options
Downloads
Patches
Plain Diff
Fix repl function splitting args
parent
6f798175
No related branches found
Branches containing commit
No related tags found
6 merge requests
!307
Etiona test mr
,
!274
dvdstyler package helper for flidas
,
!273
dvdstyler package helper
,
!254
Remove make scilab
,
!247
Fix rpl function splitting args
,
!179
Corrected patch for make-bleachbit
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
helpers/config
+3
-3
3 additions, 3 deletions
helpers/config
with
3 additions
and
3 deletions
helpers/config
+
3
−
3
View file @
f339cb76
...
...
@@ -27,7 +27,7 @@ PACKAGE=$(echo $0 |/bin/sed s/make-//g)
export
DATE
=
$(
date
+
'%a, %d %b %Y %T %z'
)
export
DATA
=
$PWD
/DATA/
$PACKAGE
export
DATA
=
"
$PWD
/DATA/
$PACKAGE
"
if
!
[
1
$COMPONENT
=
"1main"
]
then
COMPONENT
=
${
COMPONENT
:-
universe
}
...
...
@@ -50,9 +50,9 @@ DEVELMIRROR=http://devel.trisquel.info/trisquel/$CODENAME
LOCALMIRROR
=
http://archive.trisquel.info/trisquel
LOCAL_APT
=
`
mktemp
-d
`
export
RPL
=
$PWD
/DATA/rpl
export
RPL
=
"
$PWD
/DATA/rpl
"
rpl
(){
$RPL
$@
$RPL
"
$@
"
}
pkgversion
(){
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment