http://bugs.winehq.org/show_bug.cgi?id=25339
Summary: make install-dev target broken for empty directory structures Product: Wine Version: 1.3.8 Platform: x86 OS/Version: Linux Status: NEW Keywords: download, regression, source Severity: normal Priority: P2 Component: build-env AssignedTo: wine-bugs@winehq.org ReportedBy: austinenglish@gmail.com
../tools/mkinstalldirs -m 755 /home/austin/blah/share/man/man1 mkdir /home/austin/blah/share chmod 755 /home/austin/blah/share mkdir /home/austin/blah/share/man chmod 755 /home/austin/blah/share/man mkdir /home/austin/blah/share/man/man1 chmod 755 /home/austin/blah/share/man/man1 /usr/bin/install -c ./winemaker /home/austin/blah/bin/winemaker /usr/bin/install -c -m 644 winemaker.man /home/austin/blah/share/man/man1/winemaker.1 /usr/bin/install -c -m 644 winemaker.de.man /home/austin/blah/share/man/de.UTF-8/man1/winemaker.1 /usr/bin/install: cannot create regular file `/home/austin/blah/share/man/de.UTF-8/man1/winemaker.1': No such file or directory make[1]: *** [install-dev] Error 1 make[1]: Leaving directory `/home/austin/wine-git/tools' make: *** [install-dev] Error 2
I've got a patch, sending it now. Filing a bug so that the fix can be cherry-picked for 1.2.2.