You've already forked wine-staging
mirror of
https://gitlab.winehq.org/wine/wine-staging.git
synced 2025-09-12 18:50:20 -07:00
Rebase against f9e1dbb83d850a2f7cb17079e02de139e2f8b920
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
From ee8847e54b1afeefbb21e3c1ce0e8c40cbf34cc0 Mon Sep 17 00:00:00 2001
|
||||
From a29f857073158478574f12119d8e99382d54ebeb Mon Sep 17 00:00:00 2001
|
||||
From: =?UTF-8?q?Michael=20M=C3=BCller?= <michael@fds-team.de>
|
||||
Date: Fri, 1 Apr 2016 01:29:51 +0200
|
||||
Subject: [PATCH] fsutil: Add fsutil program with support for creating hard
|
||||
links.
|
||||
Subject: [PATCH] fsutil: Add fsutil program with support for
|
||||
creating hard links.
|
||||
|
||||
---
|
||||
configure.ac | 2 +-
|
||||
@@ -15,18 +15,18 @@ Subject: [PATCH] fsutil: Add fsutil program with support for creating hard
|
||||
create mode 100644 programs/fsutil/resources.h
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index 6baf58b..1b41c90 100644
|
||||
index 187d1dc..1559d4d 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -3825,7 +3825,7 @@ WINE_CONFIG_PROGRAM(expand,,[install])
|
||||
WINE_CONFIG_PROGRAM(explorer,,[install])
|
||||
WINE_CONFIG_PROGRAM(extrac32,,[install])
|
||||
WINE_CONFIG_PROGRAM(findstr,,[install])
|
||||
-WINE_CONFIG_PROGRAM(fsutil,,[install])
|
||||
@@ -3836,7 +3836,7 @@ WINE_CONFIG_PROGRAM(expand)
|
||||
WINE_CONFIG_PROGRAM(explorer)
|
||||
WINE_CONFIG_PROGRAM(extrac32)
|
||||
WINE_CONFIG_PROGRAM(findstr)
|
||||
-WINE_CONFIG_PROGRAM(fsutil)
|
||||
+WINE_CONFIG_PROGRAM(fsutil,,[clean,install])
|
||||
WINE_CONFIG_PROGRAM(hh,,[install])
|
||||
WINE_CONFIG_PROGRAM(hostname,,[install])
|
||||
WINE_CONFIG_PROGRAM(icacls,,[install])
|
||||
WINE_CONFIG_PROGRAM(hh)
|
||||
WINE_CONFIG_PROGRAM(hostname)
|
||||
WINE_CONFIG_PROGRAM(icacls)
|
||||
diff --git a/programs/fsutil/Makefile.in b/programs/fsutil/Makefile.in
|
||||
index f339c4c..7433695 100644
|
||||
--- a/programs/fsutil/Makefile.in
|
||||
|
Reference in New Issue
Block a user