! Please note that this is a snapshot of our old Bugzilla server, which is read only since May 29, 2020. Please go to gitlab.xfce.org for our new server !
Replace mkdirhier with mkdir
Status:
RESOLVED: FIXED
Severity:
enhancement
Product:
Xfce4-session
Component:
General

Comments

Description Mikhail Efremov 2012-04-25 11:59:51 CEST
Created attachment 4365 
Replace mkdirhier with mkdir

There is no reason to use mkdirhier in the balou-install-theme script.
Comment 1 Nick Schermer editbugs 2012-04-25 13:08:01 CEST
But does it eat babies? What is the point of this change?
Comment 2 Mikhail Efremov 2012-04-25 16:02:35 CEST
All that mkdirhier does is "mkdir -p".
Note that "mkdir -p" is POSIX (and it's a part of coreutils), while mkdirhier is not usually installed at all.
Comment 3 Nick Schermer editbugs 2012-04-25 21:15:47 CEST
Point taken. Applied in 92301b6.

Bug #8776

Reported by:
Mikhail Efremov
Reported on: 2012-04-25
Last modified on: 2012-04-25

People

Assignee:
Xfce Bug Triage
CC List:
2 users

Version

Version:
Unspecified

Attachments

Replace mkdirhier with mkdir (1006 bytes, patch)
2012-04-25 11:59 CEST , Mikhail Efremov
no flags

Additional information