mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +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
|
||||
LOGO64X64 = misc/logo/logo-64x64.png
|
||||
|
||||
GITSTATUS = misc/patches/gitstatus
|
||||
NAMEFIRST = misc/patches/namefirst
|
||||
GITSTATUS = patches/gitstatus
|
||||
NAMEFIRST = patches/namefirst
|
||||
|
||||
all: $(BIN)
|
||||
|
||||
|
|
|
@ -151,8 +151,8 @@ HEADERS = src/nnn.h
|
|||
BIN = nnn
|
||||
OBJS := nnn.o $(OBJS_HAIKU)
|
||||
|
||||
GITSTATUS = misc/patches/gitstatus
|
||||
NAMEFIRST = misc/patches/namefirst
|
||||
GITSTATUS = patches/gitstatus
|
||||
NAMEFIRST = patches/namefirst
|
||||
|
||||
all: $(BIN)
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ resource app_version {
|
|||
middle = 1,
|
||||
minor = 0,
|
||||
|
||||
variety = B_APPV_FINAL,
|
||||
variety = B_APPV_DEVELOPMENT,
|
||||
internal = 0,
|
||||
|
||||
short_info = "nnn",
|
||||
|
|
Loading…
Reference in a new issue