From 2f9f266e0cf8d6c3a67cfe57e5f29a28b0269287 Mon Sep 17 00:00:00 2001 From: Philipp Hachtmann Date: Sat, 18 Jan 2014 16:05:58 +0100 Subject: [PATCH] global: Corrected absolute paths in bin/ symbolic links Signed-off-by: Philipp Hachtmann --- bin/bmaker | 2 +- bin/ldc | 2 +- bin/paroff | 2 +- bin/paron | 2 +- bin/tab | 2 +- bin/zstrip | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/bmaker b/bin/bmaker index 3139cf4..9b9eeb6 120000 --- a/bin/bmaker +++ b/bin/bmaker @@ -1 +1 @@ -/home/hachti/h316/pc-tools/boot-maker/bmaker \ No newline at end of file +../pc-tools/boot-maker/ \ No newline at end of file diff --git a/bin/ldc b/bin/ldc index 6048e5e..fb0e021 120000 --- a/bin/ldc +++ b/bin/ldc @@ -1 +1 @@ -/home/hachti/h316/pc-tools/ldc2/ldc2 \ No newline at end of file +../pc-tools/ldc2/ldc2 \ No newline at end of file diff --git a/bin/paroff b/bin/paroff index b01f099..1f28107 120000 --- a/bin/paroff +++ b/bin/paroff @@ -1 +1 @@ -/home/hachti/h316/pc-tools/src-filters/paroff \ No newline at end of file +../pc-tools/src-filters/paroff \ No newline at end of file diff --git a/bin/paron b/bin/paron index aa4b1cb..bece12e 120000 --- a/bin/paron +++ b/bin/paron @@ -1 +1 @@ -/home/hachti/h316/pc-tools/src-filters/paron \ No newline at end of file +../pc-tools/src-filters/paron \ No newline at end of file diff --git a/bin/tab b/bin/tab index 98d4648..a837be1 120000 --- a/bin/tab +++ b/bin/tab @@ -1 +1 @@ -/home/hachti/h316/pc-tools/src-filters/tab \ No newline at end of file +../pc-tools/src-filters/tab \ No newline at end of file diff --git a/bin/zstrip b/bin/zstrip index 26868b7..282e606 120000 --- a/bin/zstrip +++ b/bin/zstrip @@ -1 +1 @@ -/home/hachti/h316/pc-tools/src-filters/zstrip \ No newline at end of file +../pc-tools/src-filters/zstrip \ No newline at end of file -- 2.32.0