Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nx-libs
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
dimbor
nx-libs
Commits
d439556f
Commit
d439556f
authored
Feb 12, 2013
by
Orion Poplawski
Committed by
Mike Gabriel
Feb 12, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong symlink direction of libNX_* files. (Fixes: #107).
parent
cf521a4b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
9 additions
and
9 deletions
+9
-9
Makefile.nx-libs
debian/Makefile.nx-libs
+5
-9
changelog
debian/changelog
+4
-0
No files found.
debian/Makefile.nx-libs
View file @
d439556f
...
@@ -92,22 +92,18 @@ install-full:
...
@@ -92,22 +92,18 @@ install-full:
# copy headers (for libnx-x11-dev)
# copy headers (for libnx-x11-dev)
cp
-aL
nx-X11/exports/include/*
nx-X11/.build-exports/include
cp
-aL
nx-X11/exports/include/*
nx-X11/.build-exports/include
# copy libs (for libnx-x11)
# copy libs (for libnx-x11)
, we want the targets of the links
find
nx-X11/exports/lib/
|
egrep
"^.*\.so$$
"
|
while
read
libpath;
do
\
find
nx-X11/exports/lib/
|
grep
-F
".so
"
|
while
read
libpath;
do
\
libfile
=
$$
(
basename
$$
libpath
)
;
\
libfile
=
$$
(
basename
$$
libpath
)
;
\
libdir
=
$$
(
dirname
$$
libpath
)
;
\
libdir
=
$$
(
dirname
$$
libpath
)
;
\
link
=
$$
(
readlink
$$
libpath
)
;
\
\
\
mkdir
-p
$$
{
libdir//exports/.build-exports
}
;
\
mkdir
-p
$$
{
libdir//exports/.build-exports
}
;
\
cp
-L
$$
libpath
$$
{
libdir//exports/.build-exports
}
;
\
cp
-a
$$
{
libpath/
$$
libfile/
$$
link
}
$$
{
libdir//exports/.build-exports
}
;
\
\
find
$$
libdir/
$$
libfile.
*
|
while
read
symlink
;
do
\
ln
-s
$$
libfile
$$
{
libdir//exports/.build-exports
}
/
$$
(
basename
$$
symlink
)
;
\
done
;
\
done
;
done
;
$(INSTALL_DIR)
$(DESTDIR)$(NXLIBDIR)/X11
$(INSTALL_DIR)
$(DESTDIR)$(NXLIBDIR)/X11
$(INSTALL_FILE)
nx-X11/.build-exports/lib/*.so
$(DESTDIR)$(NXLIBDIR)/X11/
$(COPY_SYMLINK)
nx-X11/.build-exports/lib/*.so*
$(DESTDIR)$(NXLIBDIR)/X11/
$(COPY_SYMLINK)
nx-X11/.build-exports/lib/*.so.*
$(DESTDIR)$(NXLIBDIR)/X11/
find
nx-X11/.build-exports/include/
-type
d
|
grep
-v
"include/X11/bitmaps"
|
\
find
nx-X11/.build-exports/include/
-type
d
|
grep
-v
"include/X11/bitmaps"
|
\
while
read
dirname;
do
\
while
read
dirname;
do
\
...
...
debian/changelog
View file @
d439556f
nx-libs (2:3.5.0.18-0) UNRELEASED; urgency=low
nx-libs (2:3.5.0.18-0) UNRELEASED; urgency=low
[ Mike Gabriel ]
* Remove duplicate install of nxproxy from main Makefile. Spotted by Jan
* Remove duplicate install of nxproxy from main Makefile. Spotted by Jan
Engelhard.
Engelhard.
[ Orion Poplawski ]
* Fix wrong symlink direction of libNX_* files. (Fixes: #107).
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 04 Jan 2013 13:27:05 +0100
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Fri, 04 Jan 2013 13:27:05 +0100
nx-libs (2:3.5.0.17-0) unstable; urgency=low
nx-libs (2:3.5.0.17-0) unstable; urgency=low
...
...
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