Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
parrot
parrot-core
Commits
a00097d8
Commit
a00097d8
authored
Nov 05, 2019
by
Lorenzo "Palinuro" Faletra
Browse files
Import Debian version 4.8.191105.1
parrot-core (4.8.191105.1) rolling-testing; urgency=medium * Update Makefile.
parent
552075b4
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
a00097d8
...
...
@@ -20,21 +20,6 @@ install:
chmod
755
$(DESTDIR)
/sandbox
chmod
644
$(DESTDIR)
/lib/systemd/system/postgresql@.service.d/
*
chmod
644
$(DESTDIR)
/lib/systemd/system-preset/
*
ifeq
(
$(DEB_TARGET_ARCH)
x, amd64x
)
GOARCH
=
amd64
endif
ifeq
(
$(DEB_TARGET_ARCH)
x, i386x
)
GOARCH
=
386
endif
ifeq
(
$(DEB_TARGET_ARCH)
x, armhfx
)
GOARCH
=
arm
endif
ifeq
(
$(DEB_TARGET_ARCH)
x, armelx
)
GOARCH
=
arm
endif
ifeq
(
$(DEB_TARGET_ARCH)
x, arm64x
)
GOARCH
=
arm64
endif
go build
-o
$(DESTDIR)
/usr/bin/update-sandbox-launchers update-sandbox-launchers.go
strip
$(DESTDIR)
/usr/bin/update-sandbox-launchers
debian/changelog
View file @
a00097d8
parrot-core (4.8.191105) rolling-testing; urgency=medium
parrot-core (4.8.191105
.1
) rolling-testing; urgency=medium
*
Fix typo in
Makefile.
*
Update
Makefile.
-- Lorenzo "Palinuro" Faletra <palinuro@parrotsec.org> Tue, 05 Nov 2019 05:41:44 +0100
...
...
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