Move patches to top level

This commit is contained in:
Arun Prakash Jana 2021-06-02 11:12:01 +05:30
parent bf673744fb
commit b52c09dd23
No known key found for this signature in database
GPG Key ID: A75979F35C080412
7 changed files with 5 additions and 5 deletions

View File

@ -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)

View File

@ -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)

View File

@ -12,7 +12,7 @@ resource app_version {
middle = 1,
minor = 0,
variety = B_APPV_FINAL,
variety = B_APPV_DEVELOPMENT,
internal = 0,
short_info = "nnn",