mirror of
https://github.com/jarun/nnn.git
synced 2024-11-28 05:41:31 +00:00
Move patches to top level
This commit is contained in:
parent
bf673744fb
commit
b52c09dd23
4
Makefile
4
Makefile
|
@ -149,8 +149,8 @@ DESKTOPFILE = misc/desktop/nnn.desktop
|
||||||
LOGOSVG = misc/logo/logo.svg
|
LOGOSVG = misc/logo/logo.svg
|
||||||
LOGO64X64 = misc/logo/logo-64x64.png
|
LOGO64X64 = misc/logo/logo-64x64.png
|
||||||
|
|
||||||
GITSTATUS = misc/patches/gitstatus
|
GITSTATUS = patches/gitstatus
|
||||||
NAMEFIRST = misc/patches/namefirst
|
NAMEFIRST = patches/namefirst
|
||||||
|
|
||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
|
||||||
|
|
|
@ -151,8 +151,8 @@ HEADERS = src/nnn.h
|
||||||
BIN = nnn
|
BIN = nnn
|
||||||
OBJS := nnn.o $(OBJS_HAIKU)
|
OBJS := nnn.o $(OBJS_HAIKU)
|
||||||
|
|
||||||
GITSTATUS = misc/patches/gitstatus
|
GITSTATUS = patches/gitstatus
|
||||||
NAMEFIRST = misc/patches/namefirst
|
NAMEFIRST = patches/namefirst
|
||||||
|
|
||||||
all: $(BIN)
|
all: $(BIN)
|
||||||
|
|
||||||
|
|
|
@ -12,7 +12,7 @@ resource app_version {
|
||||||
middle = 1,
|
middle = 1,
|
||||||
minor = 0,
|
minor = 0,
|
||||||
|
|
||||||
variety = B_APPV_FINAL,
|
variety = B_APPV_DEVELOPMENT,
|
||||||
internal = 0,
|
internal = 0,
|
||||||
|
|
||||||
short_info = "nnn",
|
short_info = "nnn",
|
||||||
|
|
Loading…
Reference in a new issue