mirror of
https://github.com/Phantop/solus-stuff
synced 2025-07-23 04:50:52 +00:00
Compare commits
No commits in common. "9ebf82c682893419fa7213040b818951f47503a7" and "c22a8de3386975f19b2a6c490b9a52a3ee3bbba7" have entirely different histories.
9ebf82c682
...
c22a8de338
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,2 +1,3 @@
|
|||
*.eopkg
|
||||
packager
|
||||
pspec_x86_64.xml
|
||||
|
|
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
|||
[submodule "common"]
|
||||
path = common
|
||||
url = sol:common
|
|
@ -1 +0,0 @@
|
|||
common/Makefile.common
|
1
common
1
common
|
@ -1 +0,0 @@
|
|||
Subproject commit 0ce8acfb7d84c51798046c7788f85b9e7aa8e12b
|
|
@ -8,6 +8,6 @@ summary : Insert summary here
|
|||
description: |
|
||||
Insert description here
|
||||
build : |
|
||||
%make
|
||||
%make PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
||||
install : |
|
||||
%make_install PREFIX=%PREFIX% SYSTEMDUNITDIR=%libdir%/systemd/system earlyoom
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
name : debootstrap
|
||||
name : jdupes
|
||||
version : 1
|
||||
release : 1
|
||||
source :
|
||||
- git|https://salsa.debian.org/installer-team/debootstrap.git : master
|
||||
- git|https://github.com/jbruchon/jdupes : master
|
||||
license : GPL-2.0-or-later
|
||||
summary : Insert summary here
|
||||
description: |
|
||||
Insert description here
|
||||
build : |
|
||||
%make
|
||||
%make ENABLE_BTRFS=1 ENABLE_DEDUPE=1 STATIC_DEDUPE_H=1
|
||||
install : |
|
||||
%make_install
|
||||
%make_install PREFIX=%PREFIX%
|
Loading…
Reference in a new issue